Change libc++ to stop statically linking the unwinder.
Bug: 144430859 Change-Id: I012d03c244be7a8222c2b95b0f8cd9a971b87a85
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user