Merge "Repeat metalava errors at the end to make it easy to find them"
diff --git a/java/droiddoc.go b/java/droiddoc.go
index 08865b6..190a052 100644
--- a/java/droiddoc.go
+++ b/java/droiddoc.go
@@ -1519,7 +1519,9 @@
 	cmd.Flag("--no-banner").
 		Flag("--color").
 		Flag("--quiet").
-		Flag("--format=v2")
+		Flag("--format=v2").
+		FlagWithArg("--repeat-errors-max ", "10").
+		FlagWithArg("--hide ", "UnresolvedImport")
 
 	return cmd
 }