aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/zip/BUILD
blob: 30fd8c09bc702a7df4999e8010ac3793f2732f10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Build file to expose zipper to the @bazel_tools repository.
package(default_visibility = ["//visibility:public"])

filegroup(
    name = "srcs",
    srcs = ["BUILD"],
)

# zipper will be added when creating the @bazel_tools repository.
filegroup(
    name = "zipper",
    srcs = glob(["zipper/*"]),
)