Merge branch 'stable-2.13' into stable-2.14

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

Change-Id: Ifd6b046ebc9ad20a1e41df8246be6e5dac996d9d
This commit is contained in:
David Pursehouse 2018-02-08 15:38:27 +09:00
commit 68ed2cc441
1 changed files with 1 additions and 1 deletions

View File

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