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