[libcxx-commits] [libcxx] [libc++][Android] Pass -no-metrics to emulator (PR #99627)
Ryan Prichard via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jul 22 15:30:19 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
----------------
rprichard wrote:
Yes, I tested it by running `run-buildbot android-ndk-33-goog-x86_64` inside `vendor/android/run-buildbot-container`. To do that, I first needed to apply #99623 and comment out the broken LLVM-16-on-noble step, as explained on that PR.
https://github.com/llvm/llvm-project/pull/99627
More information about the libcxx-commits
mailing list