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:
parent
3187100210
commit
96edab2be6
@ -231,7 +231,7 @@ def gwt_genrule(suffix = ""):
|
||||
'unzip -qo $$ROOT/$(location :%s);' % opt +
|
||||
'mkdir -p $$(dirname $@);' +
|
||||
'zip -qr $$ROOT/$@ .',
|
||||
out = 'ui_optdbg' + suffix + '.zip',
|
||||
outs = ['ui_optdbg' + suffix + '.zip'],
|
||||
visibility = ['//visibility:public'],
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user