Merge "init: disable asan"
This commit is contained in:
commit
05735591f8
1 changed files with 1 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue