Merge "Link libc++demangle."
This commit is contained in:
commit
74e56438bb
2 changed files with 10 additions and 1 deletions
|
@ -27,6 +27,12 @@ cc_library_static {
|
|||
},
|
||||
native_coverage: false,
|
||||
|
||||
target: {
|
||||
android: {
|
||||
static_libs: ["libc++demangle"],
|
||||
},
|
||||
},
|
||||
|
||||
// -Wno-error=format-zero-length needed for gcc to compile.
|
||||
cflags: [
|
||||
"-Wall",
|
||||
|
|
|
@ -295,7 +295,10 @@ cc_binary {
|
|||
|
||||
target: {
|
||||
android: {
|
||||
static_libs: ["libdebuggerd_handler_fallback"],
|
||||
static_libs: [
|
||||
"libc++demangle",
|
||||
"libdebuggerd_handler_fallback",
|
||||
],
|
||||
},
|
||||
},
|
||||
compile_multilib: "both",
|
||||
|
|
Loading…
Reference in a new issue