aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Lozano <ivanlozano@google.com>2019-02-14 16:33:18 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2019-02-14 16:33:18 +0000
commita760f517e59aa5e64d6f48c3b33a45ac45e6d999 (patch)
treeb61b220f3eb6d335049fa4ed7cd71a8573503a53
parent97a0cfce8897c73f74ee9302f1435a2cc2c6d732 (diff)
parent4bef33668a815628b3de96f98c731c9ddd962d1a (diff)
downloadlibvpx-a760f517e59aa5e64d6f48c3b33a45ac45e6d999.tar.gz
Merge "Remove libvpx sanitizer diagnostics."
-rw-r--r--Android.bp8
-rw-r--r--Android.bp.in8
2 files changed, 0 insertions, 16 deletions
diff --git a/Android.bp b/Android.bp
index dae4ca6e5..eac3e144e 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1146,14 +1146,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: "libvpx_blacklist.txt",
},
}
diff --git a/Android.bp.in b/Android.bp.in
index f2246f9ee..2b907d74e 100644
--- a/Android.bp.in
+++ b/Android.bp.in
@@ -42,14 +42,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: "libvpx_blacklist.txt",
},
}