bazel: remove 'out' attribute from genrule2, and use throughout.

This centralizes the OSX mktemp solution.

Change-Id: Iaab18450146b649245b36865bedc5d7b50d1aa07
This commit is contained in:
Han-Wen Nienhuys
2016-10-27 11:57:01 +02:00
parent e624bc00f5
commit 29cced5e29
12 changed files with 21 additions and 27 deletions

View File

@@ -24,7 +24,7 @@ genrule2(
'OpenSans-Regular.woff',
'OpenSans-Regular.woff2'
],
out = 'opensans.zip',
outs = [ 'opensans.zip' ],
# TODO(hanwen): license.
# license = 'Apache2.0',
visibility = ['//visibility:public'],