Merge \"libutils: Limit integer sanitize to target only\"
am: fc36f6fab6
Change-Id: I6bab757829cffa84f6bdae3edfa81597567704ce
This commit is contained in:
commit
8333a913b8
1 changed files with 4 additions and 3 deletions
|
@ -66,6 +66,10 @@ cc_library {
|
|||
"libdl",
|
||||
"liblog",
|
||||
],
|
||||
|
||||
sanitize: {
|
||||
misc_undefined: ["integer"],
|
||||
},
|
||||
},
|
||||
|
||||
host: {
|
||||
|
@ -96,9 +100,6 @@ cc_library {
|
|||
},
|
||||
|
||||
clang: true,
|
||||
sanitize: {
|
||||
misc_undefined: ["integer"],
|
||||
},
|
||||
}
|
||||
|
||||
// Include subdirectory makefiles
|
||||
|
|
Loading…
Reference in a new issue