Merge "init: disable asan"

This commit is contained in:
Tom Cherry 2018-12-06 03:14:58 +00:00 committed by Gerrit Code Review
commit 05735591f8

View file

@ -19,6 +19,7 @@ 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",