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