blob: e9382138c2090912c672ed1ef480ebac1847234e [file] [log] [blame]
# Description:
# Package group restricting access to starlark-defined transitions, allowing
# for careful rollout as it is an experimental feature.
filegroup(
name = "srcs",
srcs = glob(["**"]),
visibility = ["//tools/allowlists:__pkg__"],
)