commit | 0d7d7ac01facd597b4c5be3cae8c2cad7506a1ed | [log] [tgz] |
---|---|---|
author | Liz Kammer <eakammer@google.com> | Tue Oct 12 13:42:36 2021 -0400 |
committer | Liz Kammer <eakammer@google.com> | Tue Oct 12 13:42:36 2021 -0400 |
tree | 4e7197802d3fc4bc68d8c21563d72a80824b0992 | |
parent | aaf20e105c797791f57569639f0e985e8411bf88 [diff] |
Remove libc++demangle from static libs. This is implicitly added by Soong with stl https://cs.android.com/android/platform/superproject/+/master:build/soong/cc/stl.go;l=157;drc=cb0ac95bde896fa2aa59193a37ceb580758c322c Test: m Change-Id: Ie18a7cda8001deb3a0e714db02a50919e631c319
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",