Internal change.

PiperOrigin-RevId: 253559564
This commit is contained in:
gVisor bot 2019-06-17 05:12:41 -07:00
parent a8608c501b
commit 99d286370d
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ def _go_stateify_impl(ctx):
args += ["-imports=%s" % ",".join(ctx.attr.imports)]
args += ["--"]
for src in ctx.attr.srcs:
args += [f.path for f in src.files]
args += [f.path for f in src.files.to_list()]
ctx.actions.run(
inputs = ctx.files.srcs,
outputs = [output],