Merge "Suppress ChangedDefault (in another location)"
This commit is contained in:
@@ -477,7 +477,9 @@ func metalavaCmd(ctx android.ModuleContext, rule *android.RuleBuilder, javaVersi
|
||||
Flag("--format=v2").
|
||||
FlagWithArg("--repeat-errors-max ", "10").
|
||||
FlagWithArg("--hide ", "UnresolvedImport").
|
||||
FlagWithArg("--hide ", "InvalidNullability")
|
||||
FlagWithArg("--hide ", "InvalidNullability").
|
||||
// b/223382732
|
||||
FlagWithArg("--hide ", "ChangedDefault")
|
||||
|
||||
return cmd
|
||||
}
|
||||
|
Reference in New Issue
Block a user