aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2021-01-15 19:00:27 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-01-15 19:00:27 +0000
commitfee4ccc59ae704020a3e0966e96b1eb80e54a828 (patch)
tree0571fedc9bc2b9fdee6feba9a368eb330242fac8
parent4f2d104450e855398f6cb08279465fd47ad1f34d (diff)
parent14e0b71fffd0243a2bfc7e10e43b88d19e33f2e8 (diff)
downloadcompiler-rt-fee4ccc59ae704020a3e0966e96b1eb80e54a828.tar.gz
Merge "Switch RenderScript's compiler-rt to existing unwinders." am: 14e0b71fff
Original change: https://android-review.googlesource.com/c/platform/external/compiler-rt/+/1551194 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I58b46739107b190ee668587f492be37b52aa7f05
-rw-r--r--Android.bp15
1 files changed, 6 insertions, 9 deletions
diff --git a/Android.bp b/Android.bp
index 31ef8726b..c9a24833e 100644
--- a/Android.bp
+++ b/Android.bp
@@ -370,20 +370,17 @@ cc_library {
ldflags: ["-Wl,--exclude-libs,libunwind_llvm.a"],
},
android_arm64: {
- static_libs: ["libunwindbacktrace", "libunwind_static"],
- ldflags: ["-Wl,--exclude-libs,libunwindbacktrace.a:libunwind.a"],
+ static_libs: ["libgcc_stripped"],
+ ldflags: ["-Wl,--exclude-libs,libgcc_stripped.a"],
},
android_x86: {
- static_libs: ["libunwindbacktrace", "libunwind_static"],
- ldflags: ["-Wl,--exclude-libs,libunwindbacktrace.a:libunwind.a"],
+ static_libs: ["libgcc_stripped"],
+ ldflags: ["-Wl,--exclude-libs,libgcc_stripped.a"],
},
android_x86_64: {
srcs: ["lib/builtins/ppc/floatditf.c"],
- static_libs: ["libunwindbacktrace", "libunwind_static"],
- ldflags: ["-Wl,--exclude-libs,libunwindbacktrace.a:libunwind.a"],
- },
- linux_glibc: {
- static_libs: ["libunwindbacktrace", "libunwind_static"],
+ static_libs: ["libgcc_stripped"],
+ ldflags: ["-Wl,--exclude-libs,libgcc_stripped.a"],
},
windows: {
enabled: true,