Merge "Allow sanitization of jemalloc."
am: c4be04cc43

Change-Id: I87556ce91f27249394042720e678e0ac5ad7cd55
diff --git a/Android.bp b/Android.bp
index f8d205b..0377fd9 100644
--- a/Android.bp
+++ b/Android.bp
@@ -136,10 +136,6 @@
     cflags: ["-include bionic/libc/private/libc_logging.h"],
 
     srcs: lib_src_files,
-
-    sanitize: {
-        never: true,
-    },
 }
 
 //-----------------------------------------------------------------------