From dd02fa162d770593d5c596d2bf8429615c516c45 Mon Sep 17 00:00:00 2001 From: Evgenii Stepanov Date: Thu, 17 Jan 2019 14:04:19 -0800 Subject: [PATCH] Re-enable asan on /init. Fixed in the new toolchain. Bug: 120561310 Test: asan build boots Change-Id: I722c98467ed0ac5e18441cb659f26cd8a803eee0 --- init/Android.bp | 1 - 1 file changed, 1 deletion(-) diff --git a/init/Android.bp b/init/Android.bp index 3369fb981..9f5d17d8d 100644 --- a/init/Android.bp +++ b/init/Android.bp @@ -19,7 +19,6 @@ cc_defaults { cpp_std: "experimental", sanitize: { misc_undefined: ["signed-integer-overflow"], - address: false, // TODO(b/120561310): Fix ASAN to work without /proc mounted and re-enable. }, cflags: [ "-DLOG_UEVENTS=0",