blob: aa381d4cfe6ea95a9c47db5f63b8c91b08d9b0e1 [file] [log] [blame]
cushon1812caf2020-06-24 10:54:19 -07001# Allowlists for restricting access to Bazel features.
mstaib49b5bbc2017-08-22 01:59:46 +02002
3filegroup(
4 name = "srcs",
5 srcs = [
6 "BUILD",
7 "//tools/whitelists/config_feature_flag:srcs",
Julie8536172a2019-02-28 08:50:50 -08008 "//tools/whitelists/function_transition_whitelist:srcs",
mstaib49b5bbc2017-08-22 01:59:46 +02009 ],
cushon1812caf2020-06-24 10:54:19 -070010 visibility = ["//tools/allowlists:__pkg__"],
mstaib49b5bbc2017-08-22 01:59:46 +020011)