blob: a226547be5f9d8f40fcbc64957e4631e84ffbc7f [file] [log] [blame]
# Description:
# Package groups for restricting access to android_binary_allowlist to specific
# packages, allowing for careful rollout as it is an experimental feature.
filegroup(
name = "srcs",
srcs = glob(["**"]),
visibility = ["//tools/allowlists:__pkg__"],
)