aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorIvan Lozano <ivanlozano@google.com>2018-10-04 15:40:35 -0700
committerIvan Lozano <ivanlozano@google.com>2018-12-05 18:37:51 -0800
commit1e4bbe992281055ef555781cdf822ca01b82b701 (patch)
tree9c909aebe987aa076ae5b5e03d77f929dc4b5a77 /Android.bp
parent643bbd5b05c3a05a89b83cefb6e934c620b29b89 (diff)
downloadlibxaac-1e4bbe992281055ef555781cdf822ca01b82b701.tar.gz
Enable bounds sanitization in libxaac.
Enables bounds sanitization in libxaac. Bug: 117221610 Test: Device boots Change-Id: I8fa29ef113907937751e21c46dfc9a7790d9205f
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 6f1d23c..d5a1c51 100644
--- a/Android.bp
+++ b/Android.bp
@@ -136,6 +136,7 @@ cc_library_static {
misc_undefined: [
"unsigned-integer-overflow",
"signed-integer-overflow",
+ "bounds",
],
cfi: true,
},