Merge "Link libc++demangle."

This commit is contained in:
Treehugger Robot 2019-08-21 23:54:48 +00:00 committed by Gerrit Code Review
commit 74e56438bb
2 changed files with 10 additions and 1 deletions

View file

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

View file

@ -295,7 +295,10 @@ cc_binary {
target: {
android: {
static_libs: ["libdebuggerd_handler_fallback"],
static_libs: [
"libc++demangle",
"libdebuggerd_handler_fallback",
],
},
},
compile_multilib: "both",