Re-enable asan on /init.

Fixed in the new toolchain.

Bug: 120561310
Test: asan build boots
Change-Id: I722c98467ed0ac5e18441cb659f26cd8a803eee0
This commit is contained in:
Evgenii Stepanov 2019-01-17 14:04:19 -08:00
parent c541731521
commit dd02fa162d

View file

@ -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",