bazel: remove 'out' attribute from genrule2, and use throughout.
This centralizes the OSX mktemp solution. Change-Id: Iaab18450146b649245b36865bedc5d7b50d1aa07
This commit is contained in:
@@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user