Merge "Enable bounds sanitization in libaac."

am: cdaf85d874

Change-Id: I4c805903ac803973b79dbb8e43a662a697cb42fe
This commit is contained in:
Ivan Lozano 2018-12-12 13:13:29 -08:00 committed by android-build-merger
commit c03a49ab12
1 changed files with 5 additions and 1 deletions

View File

@ -25,7 +25,11 @@ cc_library_static {
"-Wno-implicit-fallthrough",
],
sanitize: {
misc_undefined:["unsigned-integer-overflow", "signed-integer-overflow"],
misc_undefined:[
"unsigned-integer-overflow",
"signed-integer-overflow",
"bounds",
],
cfi: true,
},
shared_libs: [