Remove metalava --no-banner argument

metalava no longer prints an ASCII banner, and has removed its
--no-banner argument. Update all call sites accordingly.

Test: presubmit
Bug: 286023667
Change-Id: I61cf5f1125dfbd93496e6a59eb1ea62886b32046
This commit is contained in:
Mårten Kongstad
2023-07-12 14:01:49 +02:00
parent ab8ed75b6b
commit bd2624442b
3 changed files with 2 additions and 5 deletions

View File

@@ -525,8 +525,7 @@ func metalavaCmd(ctx android.ModuleContext, rule *android.RuleBuilder, javaVersi
cmd.FlagWithInputList("-classpath ", classpath.Paths(), ":")
}
cmd.Flag("--no-banner").
Flag("--color").
cmd.Flag("--color").
Flag("--quiet").
Flag("--format=v2").
FlagWithArg("--repeat-errors-max ", "10").