blob: c9f3c154b017ca2a5d9588c84e72c3d2ce207d45 [file] [log] [blame]
# Allowlists for restricting access to Bazel features.
filegroup(
name = "srcs",
srcs = [
"BUILD",
"//tools/allowlists/config_feature_flag:srcs",
"//tools/allowlists/function_transition_allowlist:srcs",
"//tools/whitelists:srcs",
],
visibility = ["//tools:__pkg__"],
)