summaryrefslogtreecommitdiffhomepage
path: root/tools/images/ubuntu1604/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tools/images/ubuntu1604/BUILD')
-rw-r--r--tools/images/ubuntu1604/BUILD7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/images/ubuntu1604/BUILD b/tools/images/ubuntu1604/BUILD
new file mode 100644
index 000000000..ab1df0c4c
--- /dev/null
+++ b/tools/images/ubuntu1604/BUILD
@@ -0,0 +1,7 @@
+package(licenses = ["notice"])
+
+filegroup(
+ name = "ubuntu1604",
+ srcs = glob(["*.sh"]),
+ visibility = ["//:sandbox"],
+)