Sign in
bazel
/
bazel
/
253fedc5d5adbb6015735b31103be584e2125d5b
/
.
/
tools
/
whitelists
/
function_transition_whitelist
/
BUILD
blob: 057ad14bf7ab0d44587519f1f8155ae8ec751fb3 [
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__"
],
)