Merge "libutils: integer sanitization"
This commit is contained in:
commit
1652ac276a
1 changed files with 3 additions and 0 deletions
|
@ -78,6 +78,9 @@ cc_defaults {
|
|||
"libcutils",
|
||||
"liblog",
|
||||
],
|
||||
sanitize: {
|
||||
misc_undefined: ["integer"],
|
||||
},
|
||||
|
||||
target: {
|
||||
android: {
|
||||
|
|
Loading…
Reference in a new issue