Bazel: fix build
The Bazel build was fixed in I3e9673b95 but the breakage was accidentally reintroduced in: Ia88f6ff5d. Change-Id: I734674850043cf0c7aed45bc978cb369846c1fb9
This commit is contained in:
@@ -231,7 +231,7 @@ def gwt_genrule(suffix = ""):
|
|||||||
'unzip -qo $$ROOT/$(location :%s);' % opt +
|
'unzip -qo $$ROOT/$(location :%s);' % opt +
|
||||||
'mkdir -p $$(dirname $@);' +
|
'mkdir -p $$(dirname $@);' +
|
||||||
'zip -qr $$ROOT/$@ .',
|
'zip -qr $$ROOT/$@ .',
|
||||||
out = 'ui_optdbg' + suffix + '.zip',
|
outs = ['ui_optdbg' + suffix + '.zip'],
|
||||||
visibility = ['//visibility:public'],
|
visibility = ['//visibility:public'],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user