Fix jar entry paths to be canonical
e.g. gerrit-antlr/src/main/antlr3/com/google/gerrit/server/query/QueryLexer.java instead of: ./gerrit-antlr/src/main/antlr3/com/google/gerrit/server/query/QueryLexer.java Change-Id: I256cfcd68fb3ef454462cf47ddac09f3525bf427
This commit is contained in:
		@@ -13,7 +13,7 @@ genrule2(
 | 
				
			|||||||
    cmd = " && ".join([
 | 
					    cmd = " && ".join([
 | 
				
			||||||
        "$(location //lib/antlr:antlr-tool) -o $$TMP $<",
 | 
					        "$(location //lib/antlr:antlr-tool) -o $$TMP $<",
 | 
				
			||||||
        "cd $$TMP",
 | 
					        "cd $$TMP",
 | 
				
			||||||
        "$$ROOT/$(location @bazel_tools//tools/zip:zipper) cC $$ROOT/$@ $$(find .)",
 | 
					        "$$ROOT/$(location @bazel_tools//tools/zip:zipper) cC $$ROOT/$@ $$(find *)",
 | 
				
			||||||
    ]),
 | 
					    ]),
 | 
				
			||||||
    tools = [
 | 
					    tools = [
 | 
				
			||||||
        "//lib/antlr:antlr-tool",
 | 
					        "//lib/antlr:antlr-tool",
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user