summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-04-07 01:03:03 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-04-07 01:03:03 +0000
commitcc6fae2a46d560a54f1c319a181397b1bf9250ff (patch)
tree9a4daaa5e2929bd54c4ded783bdafe762e664823
parentd7e8623aaf52256b72168cce032a089d37a31cfd (diff)
parent14f9d046f1684ce5d2654d6226ac7b6bf70567b3 (diff)
downloadlibcxxabi-android12-d1-s1-release.tar.gz
Change-Id: I1434b8f15e80402c705f3f639631610d22f14b08
-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"],