aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgenii Stepanov <eugenis@google.com>2016-11-30 00:39:58 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-11-30 00:39:58 +0000
commit94893b77fe2208110fe5112c45d0ff46e5c31e5b (patch)
treebc5719f58298845ec9c7edf9d70bc4e005c8fac0
parentfc69431f943aee97dd8ec5a0ed2bc9bc3b2c74cd (diff)
parent3d30b54683d83a3d4e4372ed7df67758d6d8b7fd (diff)
downloadjemalloc-94893b77fe2208110fe5112c45d0ff46e5c31e5b.tar.gz
Merge "Allow sanitization of jemalloc." am: c4be04cc43
am: 3d30b54683 Change-Id: I293e5a1aa6e5243f6d8bfadcecad3136f274dc98
-rw-r--r--Android.bp4
1 files changed, 0 insertions, 4 deletions
diff --git a/Android.bp b/Android.bp
index f8d205b..0377fd9 100644
--- a/Android.bp
+++ b/Android.bp
@@ -136,10 +136,6 @@ cc_library_static {
cflags: ["-include bionic/libc/private/libc_logging.h"],
srcs: lib_src_files,
-
- sanitize: {
- never: true,
- },
}
//-----------------------------------------------------------------------