blob: 785b6381c925941060d56444ef26e2c4d10cfceb [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_allowlist",
packages = ["//..."],
)
filegroup(
name = "srcs",
srcs = glob(["**"]),
visibility = ["//tools/allowlists:__pkg__"],
)