Sign in
bazel
/
bazel
/
186cd62d03fabd600745f65e88df084dcab003d7
/
.
/
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__"
],
)