diff options
Diffstat (limited to 'libc/malloc_debug/Android.bp')
-rw-r--r-- | libc/malloc_debug/Android.bp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libc/malloc_debug/Android.bp b/libc/malloc_debug/Android.bp index aae16f14d..d6b85319e 100644 --- a/libc/malloc_debug/Android.bp +++ b/libc/malloc_debug/Android.bp @@ -16,7 +16,6 @@ cc_library_static { whole_static_libs: [ "libbase", "libasync_safe", - "libdemangle", ], include_dirs: ["bionic/libc"], @@ -66,7 +65,6 @@ cc_library { static_libs: [ "libasync_safe", "libbase", - "libdemangle", "libc_malloc_debug_backtrace", ], @@ -122,7 +120,6 @@ cc_test { static_libs: [ "libc_malloc_debug", - "libdemangle", "libtinyxml2", ], |