aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorIvan Lozano <ivanlozano@google.com>2019-02-12 11:09:04 -0800
committerIvan Lozano <ivanlozano@google.com>2019-02-12 11:09:04 -0800
commite2edd95a40c24576fed61e74cf3b84475d63f7ad (patch)
treeb582afb74dca936ac862739a0f1d57fa808633f5 /Android.bp
parent1b4ab78b5d35652b93479231a96e0b3ba779f6c4 (diff)
downloadlibhevc-e2edd95a40c24576fed61e74cf3b84475d63f7ad.tar.gz
Remove libhevc sanitization diagnostics.
Remove libhevc sanitization diagnostics. Bug: 111555901 Test: mma -j Change-Id: I4c5c00fd1548bc0fd6bb7c98032262c51345295d
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp5
1 files changed, 0 insertions, 5 deletions
diff --git a/Android.bp b/Android.bp
index ef00fa4..cf6eb42 100644
--- a/Android.bp
+++ b/Android.bp
@@ -394,11 +394,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: "libhevc_blacklist.txt",
},
}