k3s/third_party/BUILD

27 lines
767 B
Python
Raw Normal View History

package(default_visibility = ["//visibility:public"])
licenses(["notice"])
2017-01-03 22:40:41 +00:00
filegroup(
name = "package-srcs",
srcs = glob(["**"]),
tags = ["automanaged"],
visibility = ["//visibility:private"],
)
filegroup(
name = "all-srcs",
srcs = [
":package-srcs",
"//third_party/forked/etcd221/pkg/fileutil:all-srcs",
"//third_party/forked/etcd221/wal:all-srcs",
2017-01-03 22:40:41 +00:00
"//third_party/forked/etcd237/pkg/fileutil:all-srcs",
"//third_party/forked/etcd237/wal:all-srcs",
"//third_party/forked/golang/expansion:all-srcs",
"//third_party/forked/golang/reflect:all-srcs",
"//third_party/forked/golang/template:all-srcs",
"//third_party/htpasswd:all-srcs",
2017-01-03 22:40:41 +00:00
],
tags = ["automanaged"],
)