[libcxx-commits] [libcxx] [libc++][Android] Pass -no-metrics to emulator (PR #99627)
Mark de Wever via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Jul 20 05:06:04 PDT 2024
================
@@ -16,7 +16,7 @@ RUN apt-get update && apt-get install -y \
unzip \
&& rm -rf /var/lib/apt/lists/*
-ENV ANDROID_HOME /opt/android/sdk
+ENV ANDROID_HOME=/opt/android/sdk
----------------
mordante wrote:
We don't test the Dockerfile changes in our CI. Did you verify this works correctly?
https://github.com/llvm/llvm-project/pull/99627
More information about the libcxx-commits
mailing list