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