aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Lozano <ivanlozano@google.com>2018-12-27 16:50:03 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2018-12-27 16:50:03 +0000
commita7ab0fbdf11964147050501013afcc0cabc02b1d (patch)
treed6461ef4864b92bd44ddadece0225cb79419f29f
parent17d2a4e964398ece96a4dfc99273c954a2b77533 (diff)
parentdb6e6c03b33e0ce6c59320abc631890c18c5cecd (diff)
downloadlibogg-a7ab0fbdf11964147050501013afcc0cabc02b1d.tar.gz
Merge "Enforce ubsan sanitizers in libogg."
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index efab715..7a9a9ff 100644
--- a/Android.bp
+++ b/Android.bp
@@ -17,6 +17,7 @@ cc_library_static {
diag: {
integer_overflow: true,
misc_undefined: ["bounds"],
+ no_recover: ["bounds", "integer"],
},
},
}