2
0
Fork 0
mirror of https://github.com/bazelbuild/rules_cc synced 2024-11-25 17:31:30 +00:00
rules_cc/BUILD

17 lines
300 B
Python
Raw Normal View History

package(default_visibility = ["//visibility:public"])
licenses(["notice"])
exports_files(["LICENSE"])
filegroup(
name = "distribution",
2019-09-30 13:58:14 +00:00
srcs = [
"BUILD",
"LICENSE",
"internal_deps.bzl",
"internal_setup.bzl",
2019-09-30 13:58:14 +00:00
],
visibility = ["@//distro:__pkg__"],
)