aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/build_rules/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tools/build_rules/BUILD')
-rw-r--r--tools/build_rules/BUILD7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/build_rules/BUILD b/tools/build_rules/BUILD
new file mode 100644
index 0000000000..1184bb1895
--- /dev/null
+++ b/tools/build_rules/BUILD
@@ -0,0 +1,7 @@
+licenses(["notice"]) # Apache 2.0
+
+filegroup(
+ name = "srcs",
+ srcs = glob(["**"]),
+ visibility = ["//tools:__pkg__"],
+)