commit | e6999ef6d5e2a7b969e0bd4338a89123b976a3bf | [log] [tgz] |
---|---|---|
author | Cindy Zhou <zhouci@google.com> | Thu Jan 16 12:06:24 2020 -0800 |
committer | Cindy Zhou <zhouci@google.com> | Thu Jan 16 21:31:30 2020 +0000 |
tree | 1f2b39d2694407beeb03a62efb88e682e3cc3389 | |
parent | 8d116baaa74ec24ed4295777dd9d38a95f2e4cb9 [diff] |
libminikin removing diagnostic Removing diagnostic mode for boundsan before release Bug: 147144481 Bug: 143290667 Test: N/A Change-Id: I58543dad4a61aa0a03b7e6d9b09e805ba4fa8375
diff --git a/libs/minikin/Android.bp b/libs/minikin/Android.bp index aef06f3..9c20758 100644 --- a/libs/minikin/Android.bp +++ b/libs/minikin/Android.bp
@@ -58,12 +58,6 @@ "unsigned-integer-overflow", "bounds", ], - diag: { - misc_undefined: ["bounds"], - no_recover: [ - "bounds", - ], - }, }, cppflags: [ "-Werror",