aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Lozano <ivanlozano@google.com>2019-02-12 11:00:38 -0800
committerIvan Lozano <ivanlozano@google.com>2019-02-12 11:07:58 -0800
commit096aa214415a86a24a1945420e4943f8d1313af9 (patch)
tree33bf4a55b96b7388b19aaa1ca447f07f42610cdf
parent50d9f2caad918474fdde33d076e1b10a510b635e (diff)
downloadlibavc-096aa214415a86a24a1945420e4943f8d1313af9.tar.gz
Remove libavc sanitizer diagnostics.
Remove libavc sanitizer diagnostics. Bug: 111547941 Test: mma -j Change-Id: I0d9bce58f23e71a9751c81eea74f48b33307b169
-rw-r--r--Android.bp10
1 files changed, 0 insertions, 10 deletions
diff --git a/Android.bp b/Android.bp
index 92050f8..732d386 100644
--- a/Android.bp
+++ b/Android.bp
@@ -238,11 +238,6 @@ cc_library_static {
misc_undefined: ["bounds"],
// Enable CFI if this becomes a shared library.
// cfi: true,
- diag: {
- integer_overflow: true,
- misc_undefined: ["bounds"],
- no_recover: ["bounds", "integer"],
- },
blacklist: "libavc_blacklist.txt",
},
}
@@ -512,11 +507,6 @@ cc_library_static {
misc_undefined: ["bounds"],
// Enable CFI if this becomes a shared library.
// cfi: true,
- diag: {
- integer_overflow: true,
- misc_undefined: ["bounds"],
- no_recover: ["bounds", "integer"],
- },
blacklist: "libavc_blacklist.txt",
},
}