summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Cindy Zhou <zhouci@google.com> 2020-01-16 13:23:48 -0800
committer Cindy Zhou <zhouci@google.com> 2020-01-16 21:26:37 +0000
commitbc39f7023f16eb397021d2d6da28515d8781854c (patch)
tree25bef9c1d51a5b143116a28038b7b1da58d5a8c6
parent451f3b517562db008746d42b0d920b25a6acbd04 (diff)
libui removing diagnostic
Removing diagnostic mode for bounds sanitizer before release Bug: 147144481 Bug: 143535333 Test: N/A Change-Id: I14d57a09fc4b3bff05f7a68667a102a91d5c05db
-rw-r--r--libs/ui/Android.bp6
1 files changed, 0 insertions, 6 deletions
diff --git a/libs/ui/Android.bp b/libs/ui/Android.bp
index 42b578cce8..080336b890 100644
--- a/libs/ui/Android.bp
+++ b/libs/ui/Android.bp
@@ -32,12 +32,6 @@ cc_library_shared {
sanitize: {
integer_overflow: true,
misc_undefined: ["bounds"],
- diag: {
- misc_undefined: ["bounds"],
- no_recover: [
- "bounds",
- ],
- },
},
srcs: [