blob: 4156f5764f669d9db5c255e7de81b2e35f1a8b5b [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__"],
)
package_group(
name = "function_transition_allowlist",
packages = ["public"],
)