summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Collingbourne <pcc@google.com>2020-01-21 14:11:02 -0800
committerandroid-build-merger <android-build-merger@google.com>2020-01-21 14:11:02 -0800
commitd98c056606ead6b054e01eade658670fb513780f (patch)
tree2d4c58ef58c75640c1c0d6a1fb812234a9478192
parent7abffa784454a6767d91784be8530b0247c30026 (diff)
parentfa2de1c6b1dfec46322b4660144cbbf2a6f3c1bd (diff)
downloadexternal_libcxx-d98c056606ead6b054e01eade658670fb513780f.tar.gz
external_libcxx-d98c056606ead6b054e01eade658670fb513780f.tar.bz2
external_libcxx-d98c056606ead6b054e01eade658670fb513780f.zip
Change libc++ to stop statically linking the unwinder.
am: fa2de1c6b1 Change-Id: If2b374cc0b4d5f39556c3c38019c702fc5cbf565
-rw-r--r--Android.bp4
1 files changed, 0 insertions, 4 deletions
diff --git a/Android.bp b/Android.bp
index 4839cb696..2c651c559 100644
--- a/Android.bp
+++ b/Android.bp
@@ -116,10 +116,6 @@ cc_library_shared {
stl: "none",
target: {
- android_arm: {
- static_libs: ["libunwind_llvm"],
- ldflags: ["-Wl,--exclude-libs,libunwind_llvm.a"],
- },
darwin: {
unexported_symbols_list: "lib/libc++unexp.exp",
force_symbols_not_weak_list: "lib/notweak.exp",