android13/external/stardoc/test/testdata/same_level_file_test/BUILD

15 lines
211 B
Python

filegroup(
name = "srcs",
testonly = 0,
srcs = glob(["**"]),
visibility = ["//src:__subpackages__"],
)
exports_files(
[
"dep.bzl",
"golden.md",
"input.bzl",
],
)