[libcxx-commits] [PATCH] D139147: [libc++][Android] Enable libc++ testing on Android
Shoaib Meenai via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Aug 24 16:25:20 PDT 2023
smeenai added inline comments.
================
Comment at: libcxx/cmake/caches/AndroidNDK.cmake:13
+# older versions of Android).
+set(LIBCXX_ABI_VERSION 1)
+set(LIBCXX_ABI_NAMESPACE __ndk1 CACHE STRING "")
----------------
You aren't caching this, so it won't have any effect. It's also the default though, so you don't need to specify it explicitly.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139147/new/
https://reviews.llvm.org/D139147
More information about the libcxx-commits
mailing list