xref: /aosp_15_r20/external/bazelbuild-rules_python/gazelle/manifest/test/BUILD.bazel (revision 60517a1edbc8ecf509223e9af94a7adec7d736b8)
1*60517a1eSAndroid Build Coastguard Worker# gazelle:ignore
2*60517a1eSAndroid Build Coastguard Worker
3*60517a1eSAndroid Build Coastguard Workerexports_files(["test.go"])
4*60517a1eSAndroid Build Coastguard Worker
5*60517a1eSAndroid Build Coastguard Workerfilegroup(
6*60517a1eSAndroid Build Coastguard Worker    name = "distribution",
7*60517a1eSAndroid Build Coastguard Worker    srcs = glob(["**"]),
8*60517a1eSAndroid Build Coastguard Worker    visibility = ["//manifest:__pkg__"],
9*60517a1eSAndroid Build Coastguard Worker)
10