commit | ad60768bdfc4680edc07422693381ac152d74e37 | [log] [tgz] |
---|---|---|
author | Liz Kammer <eakammer@google.com> | Wed Oct 13 15:07:04 2021 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Oct 13 15:07:04 2021 +0000 |
tree | 4e7197802d3fc4bc68d8c21563d72a80824b0992 | |
parent | aaf20e105c797791f57569639f0e985e8411bf88 [diff] | |
parent | 0d7d7ac01facd597b4c5be3cae8c2cad7506a1ed [diff] |
Merge "Remove libc++demangle from static libs."
diff --git a/libc/malloc_debug/Android.bp b/libc/malloc_debug/Android.bp index 0601ce9..f779b73 100644 --- a/libc/malloc_debug/Android.bp +++ b/libc/malloc_debug/Android.bp
@@ -37,12 +37,6 @@ }, native_coverage: false, - target: { - android: { - static_libs: ["libc++demangle"], - }, - }, - // -Wno-error=format-zero-length needed for gcc to compile. cflags: [ "-Wall",