aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Prichard <rprichard@google.com>2021-01-21 00:02:51 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-01-21 00:02:51 +0000
commitec51602b494c9605e9c504bb98b7f47e84048344 (patch)
tree1022134e5e937090e1b9022aaab944dc0b687053
parentfee4ccc59ae704020a3e0966e96b1eb80e54a828 (diff)
parent1eda370e3c735e969bfe3b6f3123302155b63c0c (diff)
downloadcompiler-rt-ec51602b494c9605e9c504bb98b7f47e84048344.tar.gz
Merge "Switch libcompiler_rt to the LLVM prebuilt libunwind" am: 1eda370e3c
Original change: https://android-review.googlesource.com/c/platform/external/compiler-rt/+/1554717 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I7f70a5460b2f764b6a44bafb539cfb3bc4c4d880
-rw-r--r--Android.bp16
1 files changed, 2 insertions, 14 deletions
diff --git a/Android.bp b/Android.bp
index c9a24833e..7e4fb1acb 100644
--- a/Android.bp
+++ b/Android.bp
@@ -364,23 +364,11 @@ cc_library {
target: {
android: {
shared_libs: ["liblog"],
- },
- android_arm: {
- static_libs: ["libunwind_llvm"],
- ldflags: ["-Wl,--exclude-libs,libunwind_llvm.a"],
- },
- android_arm64: {
- static_libs: ["libgcc_stripped"],
- ldflags: ["-Wl,--exclude-libs,libgcc_stripped.a"],
- },
- android_x86: {
- static_libs: ["libgcc_stripped"],
- ldflags: ["-Wl,--exclude-libs,libgcc_stripped.a"],
+ static_libs: ["libunwind"],
+ ldflags: ["-Wl,--exclude-libs,libunwind.a"],
},
android_x86_64: {
srcs: ["lib/builtins/ppc/floatditf.c"],
- static_libs: ["libgcc_stripped"],
- ldflags: ["-Wl,--exclude-libs,libgcc_stripped.a"],
},
windows: {
enabled: true,