diff options
Diffstat (limited to 'tools/installers/BUILD')
-rw-r--r-- | tools/installers/BUILD | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/tools/installers/BUILD b/tools/installers/BUILD deleted file mode 100644 index 01bc4de8c..000000000 --- a/tools/installers/BUILD +++ /dev/null @@ -1,22 +0,0 @@ -# Installers for use by the tools/vm_test rules. - -package( - default_visibility = ["//:sandbox"], - licenses = ["notice"], -) - -sh_binary( - name = "head", - srcs = ["head.sh"], - data = ["//runsc"], -) - -sh_binary( - name = "master", - srcs = ["master.sh"], -) - -sh_binary( - name = "shim", - srcs = ["shim.sh"], -) |