Merge branch 'stable-2.14' into stable-2.15

* stable-2.14:
  Bazel: Silent zip output in gerrit-antlr:query_antlr rule

Change-Id: I418e46443fc3c98fbc9fac5a49fb9d10a9524306
This commit is contained in:
David Pursehouse 2018-02-08 16:44:18 +09:00
commit e277b1554f
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,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",