From cdaebbc23796d413f9563402a45493214f232c4d Mon Sep 17 00:00:00 2001 From: Evgenii Stepanov Date: Tue, 29 Nov 2016 14:13:20 -0800 Subject: Allow sanitization of jemalloc. Nosanitize was necessary to avoid linking sanitized jemalloc to libc, which is a dependency of the asan runtime library, thus creating a dependency loop. This is no longer a problem since libc is built with soong which automatically suppresses sanitization as appropriate. Bug: 33091541 Test: SANITIZE_TARGET=address keeps working Change-Id: Ib15ab4daa4b0079a4fd77bea70cbc714005a9d39 --- Android.bp | 4 ---- 1 file changed, 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, - }, } //----------------------------------------------------------------------- -- cgit v1.2.3