Merge "libutils: integer sanitization"

This commit is contained in:
Steven Moreland 2020-07-08 16:45:14 +00:00 committed by Gerrit Code Review
commit 1652ac276a

View file

@ -78,6 +78,9 @@ cc_defaults {
"libcutils",
"liblog",
],
sanitize: {
misc_undefined: ["integer"],
},
target: {
android: {