2
0
Fork 0
mirror of https://github.com/bazel-contrib/bazel-lib synced 2024-12-01 07:15:24 +00:00
bazel-lib/lib/expand_make_vars.bzl
2021-11-08 07:22:47 -08:00

13 lines
328 B
Python

"Public API for expanding variables"
load(
"//lib/private:expand_make_vars.bzl",
_expand_locations = "expand_locations",
_expand_template = "expand_template",
_expand_variables = "expand_variables",
)
expand_locations = _expand_locations
expand_variables = _expand_variables
expand_template = _expand_template