Suppress ChangedDefault (in another location)
Change-Id: I71fe558bd379818e254bb031a6a8dc855bb8235d Test: N/A Bug: 223382732
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user