Change libc++ to stop statically linking the unwinder.

Bug: 144430859
Change-Id: I012d03c244be7a8222c2b95b0f8cd9a971b87a85
This commit is contained in:
Peter Collingbourne
2019-12-10 17:21:54 -08:00
parent fb268a4f43
commit fa2de1c6b1

View File

@@ -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",