aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Lozano <ivanlozano@google.com>2019-02-12 11:25:16 -0800
committerIvan Lozano <ivanlozano@google.com>2019-02-12 11:25:16 -0800
commitd88b30ca5ada93ba3d736df854c3f6440397dbe6 (patch)
tree77492fc45b93e5ea38524ac6c9fc4b6166271660
parent47b5354a17495d2f9952374403b2c0e1279fc270 (diff)
downloadlibogg-d88b30ca5ada93ba3d736df854c3f6440397dbe6.tar.gz
Remove sanitizer diagnostics from libogg.
Remove sanitizer diagnostics from libogg. Bug: 111500191 Test: mma -j Change-Id: Idc9a52feb012d5d1df45eea0b0c96f52fc3bbf79
-rw-r--r--Android.bp5
1 files changed, 0 insertions, 5 deletions
diff --git a/Android.bp b/Android.bp
index 7a9a9ff..1d30052 100644
--- a/Android.bp
+++ b/Android.bp
@@ -14,10 +14,5 @@ cc_library_static {
sanitize: {
integer_overflow: true,
misc_undefined: ["bounds"],
- diag: {
- integer_overflow: true,
- misc_undefined: ["bounds"],
- no_recover: ["bounds", "integer"],
- },
},
}