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)
This commit is contained in:
parent
e60cf0001f
commit
054ebf58f0
|
@ -46,5 +46,4 @@ explicitly add delimiters to the key strings, for example "{KEY}" or "@KEY@"."""
|
||||||
doc = "The destination of the expanded file.",
|
doc = "The destination of the expanded file.",
|
||||||
),
|
),
|
||||||
},
|
},
|
||||||
output_to_genfiles = True,
|
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue