Merge \\\"libutils: Limit integer sanitize to target only\\\" am: fc36f6fab6 am: 8333a913b8
am: d63edd2fce
Change-Id: I066f04e0e8089f25a1296f4b6e331805c61b5fc8
This commit is contained in:
commit
a37a10fe09
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…
Add table
Reference in a new issue