commit | 054ebf58f06f0ee219beb49708a75157525b8b59 | [log] [tgz] |
---|---|---|
author | Alexandre Rostovtsev <arostovtsev@google.com> | Wed Mar 20 17:56:10 2024 -0400 |
committer | GitHub <noreply@github.com> | Wed Mar 20 17:56:10 2024 -0400 |
tree | 374c133e375912828238fdd7f0226fcb4821c1b6 | |
parent | e60cf0001fdc1500cf5ba2a6bf4ca0b46a1f725f [diff] |
expand_template: do not output_to_genfiles (#493) output_to_genfiles is deprecated unless needed for backwards compatibility with legacy rules (see https://bazel.build/rules/lib/globals/bzl#rule)
diff --git a/rules/expand_template.bzl b/rules/expand_template.bzl index f933500..f95507e 100644 --- a/rules/expand_template.bzl +++ b/rules/expand_template.bzl
@@ -46,5 +46,4 @@ doc = "The destination of the expanded file.", ), }, - output_to_genfiles = True, )