[libc++][Android] Add NDK ABI lists for i686 and x86_64 (#69272)

This commit adds ABI lists for the Android NDK.

Fixes: https://github.com/llvm/llvm-project/issues/69270
Differential Revision: https://reviews.llvm.org/D155341
This commit is contained in:
Ryan Prichard 2024-01-12 13:00:16 -08:00 committed by GitHub
parent 3add9491cd
commit 4c41449edd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4663 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -774,6 +774,7 @@ android-ndk-*)
-DCMAKE_SYSROOT=/opt/android/ndk/sysroot \
-DLIBCXX_TEST_PARAMS="${PARAMS}" \
-DLIBCXXABI_TEST_PARAMS="${PARAMS}"
check-abi-list
${NINJA} -vC "${BUILD_DIR}" install-cxx install-cxxabi
# Start the emulator and make sure we can connect to the adb server running