summaryrefslogtreecommitdiffhomepage
path: root/tools/installers/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tools/installers/BUILD')
-rw-r--r--tools/installers/BUILD10
1 files changed, 1 insertions, 9 deletions
diff --git a/tools/installers/BUILD b/tools/installers/BUILD
index 13d3cc5e0..bbf3c1f85 100644
--- a/tools/installers/BUILD
+++ b/tools/installers/BUILD
@@ -1,4 +1,4 @@
-# Installers for use by the tools/vm_test rules.
+# Installers for use by top-level scripts.
package(
default_visibility = ["//:sandbox"],
@@ -14,14 +14,6 @@ sh_binary(
)
sh_binary(
- name = "images",
- srcs = ["images.sh"],
- data = [
- "//images",
- ],
-)
-
-sh_binary(
name = "master",
srcs = ["master.sh"],
)