diff options
author | Evgenii Stepanov <eugenis@google.com> | 2019-01-17 14:04:19 -0800 |
---|---|---|
committer | Evgenii Stepanov <eugenis@google.com> | 2019-01-17 14:05:22 -0800 |
commit | dd02fa162d770593d5c596d2bf8429615c516c45 (patch) | |
tree | 3fd0e531ff6876a8f792df2d3b11207133afed93 | |
parent | c541731521558ce8c4ccb33fa5d3c1502509bf91 (diff) |
Re-enable asan on /init.
Fixed in the new toolchain.
Bug: 120561310
Test: asan build boots
Change-Id: I722c98467ed0ac5e18441cb659f26cd8a803eee0
-rw-r--r-- | init/Android.bp | 1 |
1 files changed, 0 insertions, 1 deletions
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", |