diff --git a/cmds/idmap2/Android.bp b/cmds/idmap2/Android.bp index 645dc935fc07b..02e514ef2d8d2 100644 --- a/cmds/idmap2/Android.bp +++ b/cmds/idmap2/Android.bp @@ -25,7 +25,7 @@ cc_defaults { ], tidy_flags: [ "-system-headers", - "-warnings-as-errors=*", + "-warnings-as-errors=*,-bugprone*", ], }