summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-04-07 01:03:57 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-04-07 01:03:57 +0000
commit86d879f7fcc1044c18a60bcf8192e18adbde7a5e (patch)
tree9a4daaa5e2929bd54c4ded783bdafe762e664823
parentde56b8e74a2417603e24ff8d86b876892722f5bb (diff)
parent14f9d046f1684ce5d2654d6226ac7b6bf70567b3 (diff)
downloadlibcxxabi-android12L-platform-release.tar.gz
Change-Id: Ice1317ef6ce65bfaaeb228abab4337b7196d6e0d
-rw-r--r--Android.bp16
1 files changed, 1 insertions, 15 deletions
diff --git a/Android.bp b/Android.bp
index 204876b..c6fcc0e 100644
--- a/Android.bp
+++ b/Android.bp
@@ -118,21 +118,7 @@ cc_library_static {
"src/stdlib_stdexcept.cpp",
"src/stdlib_typeinfo.cpp",
],
- arch: {
- arm: {
- include_dirs: ["external/libunwind_llvm/include"],
- cppflags: ["-DLIBCXXABI_USE_LLVM_UNWINDER=1"],
- },
- arm64: {
- cppflags: ["-DLIBCXXABI_USE_LLVM_UNWINDER=0"],
- },
- x86: {
- cppflags: ["-DLIBCXXABI_USE_LLVM_UNWINDER=0"],
- },
- x86_64: {
- cppflags: ["-DLIBCXXABI_USE_LLVM_UNWINDER=0"],
- },
- },
+ cppflags: ["-DLIBCXXABI_USE_LLVM_UNWINDER=1"],
target: {
android: {
cppflags: ["-DHAVE___CXA_THREAD_ATEXIT_IMPL"],