summaryrefslogtreecommitdiffhomepage
path: root/tools/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tools/BUILD')
-rw-r--r--tools/BUILD9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/BUILD b/tools/BUILD
new file mode 100644
index 000000000..da83877b1
--- /dev/null
+++ b/tools/BUILD
@@ -0,0 +1,9 @@
+load("//tools:defs.bzl", "bzl_library")
+
+package(licenses = ["notice"])
+
+bzl_library(
+ name = "defs_bzl",
+ srcs = ["defs.bzl"],
+ visibility = ["//visibility:private"],
+)