diff --git a/gerrit-antlr/BUILD b/gerrit-antlr/BUILD index a4b9abc6f8..0b317086a7 100644 --- a/gerrit-antlr/BUILD +++ b/gerrit-antlr/BUILD @@ -16,7 +16,7 @@ genrule2( cmd = " && ".join([ "$(location //lib/antlr:antlr-tool) -o $$TMP $<", "cd $$TMP", - "zip $$ROOT/$@ $$(find . -type f )", + "zip -q $$ROOT/$@ $$(find . -type f )", ]), tools = [ "//lib/antlr:antlr-tool",