summaryrefslogtreecommitdiffhomepage
path: root/pkg/unet/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/unet/BUILD')
-rw-r--r--pkg/unet/BUILD26
1 files changed, 0 insertions, 26 deletions
diff --git a/pkg/unet/BUILD b/pkg/unet/BUILD
deleted file mode 100644
index 769509e80..000000000
--- a/pkg/unet/BUILD
+++ /dev/null
@@ -1,26 +0,0 @@
-load("//tools/go_stateify:defs.bzl", "go_library", "go_test")
-
-package(licenses = ["notice"])
-
-go_library(
- name = "unet",
- srcs = [
- "unet.go",
- "unet_unsafe.go",
- ],
- importpath = "gvisor.dev/gvisor/pkg/unet",
- visibility = ["//visibility:public"],
- deps = [
- "//pkg/abi/linux",
- "//pkg/gate",
- ],
-)
-
-go_test(
- name = "unet_test",
- size = "small",
- srcs = [
- "unet_test.go",
- ],
- embed = [":unet"],
-)