Sign in
bazel
/
bazel
/
dc724e4e8041a9357c6b82af0749def4174f21f2
/
.
/
tools
/
allowlists
/
function_transition_allowlist
/
BUILD
blob: e9382138c2090912c672ed1ef480ebac1847234e [
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__"
],
)