Merge "Suppress ChangedDefault (in another location)"

This commit is contained in:
Treehugger Robot
2022-03-09 22:00:44 +00:00
committed by Gerrit Code Review

View File

@@ -477,7 +477,9 @@ func metalavaCmd(ctx android.ModuleContext, rule *android.RuleBuilder, javaVersi
Flag("--format=v2"). Flag("--format=v2").
FlagWithArg("--repeat-errors-max ", "10"). FlagWithArg("--repeat-errors-max ", "10").
FlagWithArg("--hide ", "UnresolvedImport"). FlagWithArg("--hide ", "UnresolvedImport").
FlagWithArg("--hide ", "InvalidNullability") FlagWithArg("--hide ", "InvalidNullability").
// b/223382732
FlagWithArg("--hide ", "ChangedDefault")
return cmd return cmd
} }