aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXin Li <delphij@google.com>2019-07-01 20:59:38 +0000
committerXin Li <delphij@google.com>2019-07-01 20:59:38 +0000
commit008b4bee678d6ff2f46374b33467cb80d3aa7823 (patch)
tree9a5ba7f97635093d8c8398d73e527ab9a088f463
parent1c07a3d322912383dc9358e0998f1126f9e29373 (diff)
parentfb97af103ba6e0af885a306d1bd014dd9a6f9234 (diff)
downloadspeex-008b4bee678d6ff2f46374b33467cb80d3aa7823.tar.gz
DO NOT MERGE - Merge qt-dev-plus-aosp-without-vendor (5699924) into stage-aosp-mastertemp_140451723
Bug: 134405016 Change-Id: I5d15357e83a88d25ce7183f6b7ea67a5fb1c88c9
-rw-r--r--Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 6165a7d..bf31f27 100644
--- a/Android.bp
+++ b/Android.bp
@@ -49,4 +49,8 @@ cc_library_shared {
local_include_dirs: ["include"],
export_include_dirs: ["include"],
+ sanitize: {
+ integer_overflow: true,
+ misc_undefined: ["bounds"],
+ },
}