aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorIvan Lozano <ivanlozano@google.com>2018-12-06 01:55:24 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2018-12-06 01:55:24 +0000
commit7bd86c94b8f10930bb31222c82a2a60afd0dc4c4 (patch)
tree2a543f10c2d12ff80b071f2aaf6a86d6043c7481 /Android.bp
parent3db3b36d02b5503b01b5a6b410c143ec8295b8fa (diff)
parent976f99b46ec7dca329ba7dd45885b74a5c8c7d58 (diff)
downloadlibopus-7bd86c94b8f10930bb31222c82a2a60afd0dc4c4.tar.gz
Merge "Enable bounds sanitization in libopus."
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index d89491ec..4cf0a793 100644
--- a/Android.bp
+++ b/Android.bp
@@ -16,8 +16,10 @@ cc_library_shared {
sanitize: {
integer_overflow: true,
+ misc_undefined: ["bounds"],
diag: {
integer_overflow: true,
+ misc_undefined: ["bounds"],
},
blacklist: "libopus_blacklist.txt",
},