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