blob: 057ad14bf7ab0d44587519f1f8155ae8ec751fb3 [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/whitelists:__pkg__"],
)