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