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