Skip to content

Commit ee9c23c

Browse files
tjgqcopybara-github
authored andcommitted
Remove obsolete output_to_genfiles = True.
PiperOrigin-RevId: 617875936 Change-Id: Id287285e11b603ecc2838b6145854bc59964ebb3
1 parent a3caed6 commit ee9c23c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

template_rule.bzl

-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,5 @@ template_rule = rule(
5252
"substitutions": attr.string_dict(mandatory = True),
5353
"out": attr.output(mandatory = True),
5454
},
55-
# output_to_genfiles is required for header files.
56-
output_to_genfiles = True,
5755
implementation = _template_rule_impl,
5856
)

0 commit comments

Comments
 (0)