Merge "Disable integer sanitization on host."
This commit is contained in:
commit
afe25958b6
1 changed files with 3 additions and 3 deletions
|
@ -103,6 +103,9 @@ cc_library {
|
|||
"trace-dev.c",
|
||||
"uevent.c",
|
||||
],
|
||||
sanitize: {
|
||||
misc_undefined: ["integer"],
|
||||
},
|
||||
},
|
||||
|
||||
android_arm: {
|
||||
|
@ -153,9 +156,6 @@ cc_library {
|
|||
],
|
||||
|
||||
clang: true,
|
||||
sanitize: {
|
||||
misc_undefined: ["integer"],
|
||||
},
|
||||
}
|
||||
|
||||
subdirs = ["tests"]
|
||||
|
|
Loading…
Reference in a new issue