blob: b234eb931dc44a928c2168c6542a1c658ce1b49b [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__"],
)
package_group(
name = "function_transition_whitelist",
includes = ["//tools/allowlists/function_transition_allowlist"],
)