Merge "Suppress ChangedDefault (in another location)" am: 1571419fab
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2018296 Change-Id: Ib930e1016c5a5905fad2e5bbbde86c6e51ac2409
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