aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorIvan Lozano <ivanlozano@google.com>2018-12-18 10:17:49 -0800
committerIvan Lozano <ivanlozano@google.com>2018-12-18 10:17:49 -0800
commit6599524021cec75a004b45f6947372e62b4089ce (patch)
tree2f2dfe3f33002b4d882db74af38c336a9ef647ed /Android.bp
parent52b58fed92bbcb98be9b675d71db084fe4f36090 (diff)
downloadlibhevc-6599524021cec75a004b45f6947372e62b4089ce.tar.gz
Enforce ubsan sanitizers in libhevc.
Keep sanitizers in diagnostics mode but don't recover from them so we get errors in tombstones. Bug: 110791537 Test: mma -j Change-Id: Id36356d8ed4cfc4913a2c9dc32f7ac7389fcaa6f
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 01fbeb1..ef00fa4 100644
--- a/Android.bp
+++ b/Android.bp
@@ -397,6 +397,7 @@ cc_library_static {
diag: {
integer_overflow: true,
misc_undefined: ["bounds"],
+ no_recover: ["bounds", "integer"],
},
blacklist: "libhevc_blacklist.txt",
},