Bazel: Change deprecated single file attribute parameter

single_file attribute is deprecated: [1] and should be replaced with
allow_single_file.

[1] https://docs.bazel.build/versions/master/skylark/lib/attr.html#parameters-3

Change-Id: I72f955ac47764c4eeb1ad65ab1f4b27db590521f
This commit is contained in:
David Ostrovsky
2018-09-11 08:29:28 +02:00
parent 22dd03aea0
commit be475660db

View File

@@ -228,7 +228,7 @@ gwt_binary = rule(
default = Label("@bazel_tools//tools/zip:zipper"),
cfg = "host",
executable = True,
single_file = True,
allow_single_file = True,
),
},
outputs = {