Merge "Disable integer sanitization on host."

am: afe25958b6

Change-Id: Ife305a5aabaf4da63de54819f5895576e2078ba5
This commit is contained in:
Evgenii Stepanov 2017-02-01 19:33:01 +00:00 committed by android-build-merger
commit ac3cf2ea9d
1 changed files with 3 additions and 3 deletions

View File

@ -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"]