aboutsummaryrefslogtreecommitdiffstats
path: root/Android.bp
diff options
context:
space:
mode:
authorIvan Lozano <ivanlozano@google.com>2018-12-12 13:13:29 -0800
committerandroid-build-merger <android-build-merger@google.com>2018-12-12 13:13:29 -0800
commitc03a49ab12740e2c26f3bd8b6d96957701411229 (patch)
tree35b2bf867a84f3a12f791c43de60e55c7e77bfb4 /Android.bp
parentb857efbb106c62241879414628408556a55c852f (diff)
parentcdaf85d874abe9b772b2a3bbef7fadee9199bdc3 (diff)
downloadfdk-aac-c03a49ab12740e2c26f3bd8b6d96957701411229.tar.gz
fdk-aac-c03a49ab12740e2c26f3bd8b6d96957701411229.tar.bz2
fdk-aac-c03a49ab12740e2c26f3bd8b6d96957701411229.zip
Merge "Enable bounds sanitization in libaac."
am: cdaf85d874 Change-Id: I4c805903ac803973b79dbb8e43a662a697cb42fe
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp6
1 files changed, 5 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 315e5bc..dce6fdd 100644
--- a/Android.bp
+++ b/Android.bp
@@ -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: [