Merge "Disable integer sanitization on host." am: afe25958b6
am: ac3cf2ea9d
am: ee5a545b7a
am: cad514cdd7
Change-Id: I71dc02174b0295741268231becdb8ada916ab3dc
This commit is contained in:
commit
2bd3e9cefd
|
@ -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 New Issue