aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorHarish Mahendrakar <harish.mahendrakar@ittiam.com>2019-05-18 19:10:13 -0700
committerRay Essick <essick@google.com>2019-05-28 15:25:41 -0700
commitf03afe46b5d4899ef70563d0e637bb44b818a23f (patch)
tree82ec52f58c093a1b077f64125f730d0741f8afd0 /Android.bp
parent2fda084342cd03a1fa435c46690eaef5bce141dc (diff)
downloadlibhevc-f03afe46b5d4899ef70563d0e637bb44b818a23f.tar.gz
encoder: Remove sanitization diagnostics
These were removed for libhevc decoder earlier. Test: Build and flash Bug: 133065144 Change-Id: I5a1541a0ee6780a9a877fc02fc805ca0764fac79
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp8
1 files changed, 0 insertions, 8 deletions
diff --git a/Android.bp b/Android.bp
index 65d7127..be06981 100644
--- a/Android.bp
+++ b/Android.bp
@@ -759,10 +759,6 @@ cc_library_static {
misc_undefined: ["bounds"],
// Enable CFI if this becomes a shared library.
// cfi: true,
- diag: {
- integer_overflow: true,
- misc_undefined: ["bounds"],
- },
blacklist: "libhevc_blacklist.txt",
},
}
@@ -780,9 +776,5 @@ cc_test {
sanitize: {
integer_overflow: true,
misc_undefined: ["bounds"],
- diag: {
- integer_overflow: true,
- misc_undefined: ["bounds"],
- },
},
}