summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Steven Moreland <smoreland@google.com> 2021-04-22 22:06:41 +0000
committer Steven Moreland <smoreland@google.com> 2021-04-22 22:07:35 +0000
commitbd841fde843f1b4b8f8af8df208e43275af84d39 (patch)
treec2b22888fb540ee2a3c4b39618deea75c0e9fa09
parent39301eae39ed29d0c38a8956243c1dffea08158b (diff)
libbinder: disable unneeded clang-tidy disables
These don't trigger any error. Bug: 186144656 Test: build Change-Id: Iac83ee2d55fa561a39d49b83d5ca162328211257
-rw-r--r--libs/binder/Android.bp10
1 files changed, 0 insertions, 10 deletions
diff --git a/libs/binder/Android.bp b/libs/binder/Android.bp
index cba82071d4..308d5198c9 100644
--- a/libs/binder/Android.bp
+++ b/libs/binder/Android.bp
@@ -199,18 +199,8 @@ cc_library {
"bugprone-*",
"cert-*",
"clang-analyzer-*",
- "-clang-analyzer-core.CallAndMessage",
- "-clang-analyzer-core.uninitialized.Assign",
- "-clang-analyzer-unix.Malloc",
- "-clang-analyzer-deadcode.DeadStores",
- "-clang-analyzer-optin.cplusplus.UninitializedObject",
"google-*",
- "-google-readability-*",
- "-google-runtime-references",
"misc-*",
- "-misc-no-recursion",
- "-misc-redundant-expression",
- "-misc-unused-using-decls",
"performance*",
"-performance-no-int-to-ptr",
"portability*",