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:
David Ostrovsky 2016-11-03 22:47:21 +01:00
parent 3187100210
commit 96edab2be6

View File

@ -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'],
)