diff options
Diffstat (limited to 'test/runtimes/common/BUILD')
-rw-r--r-- | test/runtimes/common/BUILD | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/test/runtimes/common/BUILD b/test/runtimes/common/BUILD deleted file mode 100644 index 7147e841a..000000000 --- a/test/runtimes/common/BUILD +++ /dev/null @@ -1,10 +0,0 @@ -load("@io_bazel_rules_go//go:def.bzl", "go_library") - -package(licenses = ["notice"]) - -go_library( - name = "common", - srcs = ["common.go"], - importpath = "gvisor.dev/gvisor/test/runtimes/common", - visibility = ["//:sandbox"], -) |