commit | dd02fa162d770593d5c596d2bf8429615c516c45 | [log] [tgz] |
---|---|---|
author | Evgenii Stepanov <eugenis@google.com> | Thu Jan 17 14:04:19 2019 -0800 |
committer | Evgenii Stepanov <eugenis@google.com> | Thu Jan 17 14:05:22 2019 -0800 |
tree | 3fd0e531ff6876a8f792df2d3b11207133afed93 | |
parent | c541731521558ce8c4ccb33fa5d3c1502509bf91 [diff] |
Re-enable asan on /init. Fixed in the new toolchain. Bug: 120561310 Test: asan build boots Change-Id: I722c98467ed0ac5e18441cb659f26cd8a803eee0
diff --git a/init/Android.bp b/init/Android.bp index 3369fb9..9f5d17d 100644 --- a/init/Android.bp +++ b/init/Android.bp
@@ -19,7 +19,6 @@ 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",