summaryrefslogtreecommitdiffstats
path: root/resources/com/google/gerrit/httpd/BUILD
blob: 8ac21da9b17e35c6583416b082308590130d1df1 (plain)
1
2
3
4
5
6
7
8
filegroup(
    name = "httpd",
    srcs = glob(
        ["**/*"],
        exclude = ["BUILD"],
    ),
    visibility = ["//visibility:public"],
)