Merge "Re-enable asan on /init."

This commit is contained in:
Treehugger Robot 2019-01-18 01:56:43 +00:00 committed by Gerrit Code Review
commit 9c334367fd

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