Merge "Repeat metalava errors at the end to make it easy to find them"
This commit is contained in:
@@ -1519,7 +1519,9 @@ func metalavaCmd(ctx android.ModuleContext, rule *android.RuleBuilder, javaVersi
|
||||
cmd.Flag("--no-banner").
|
||||
Flag("--color").
|
||||
Flag("--quiet").
|
||||
Flag("--format=v2")
|
||||
Flag("--format=v2").
|
||||
FlagWithArg("--repeat-errors-max ", "10").
|
||||
FlagWithArg("--hide ", "UnresolvedImport")
|
||||
|
||||
return cmd
|
||||
}
|
||||
|
Reference in New Issue
Block a user