summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cmds/idmap2/Android.bp3
1 files changed, 1 insertions, 2 deletions
diff --git a/cmds/idmap2/Android.bp b/cmds/idmap2/Android.bp
index ce56baecab71..771c0ef5260a 100644
--- a/cmds/idmap2/Android.bp
+++ b/cmds/idmap2/Android.bp
@@ -15,7 +15,7 @@
cc_defaults {
name: "idmap2_defaults",
tidy: true,
- tidy_checks: [
+ tidy_checks_as_errors: [
"modernize-*",
"-modernize-avoid-c-arrays",
"-modernize-use-trailing-return-type",
@@ -25,7 +25,6 @@ cc_defaults {
],
tidy_flags: [
"-system-headers",
- "-warnings-as-errors=*,-bugprone*",
],
}