summaryrefslogtreecommitdiffhomepage
path: root/test/uds/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'test/uds/BUILD')
-rw-r--r--test/uds/BUILD17
1 files changed, 0 insertions, 17 deletions
diff --git a/test/uds/BUILD b/test/uds/BUILD
deleted file mode 100644
index a8f49b50c..000000000
--- a/test/uds/BUILD
+++ /dev/null
@@ -1,17 +0,0 @@
-load("//tools:defs.bzl", "go_library")
-
-package(
- default_visibility = ["//:sandbox"],
- licenses = ["notice"],
-)
-
-go_library(
- name = "uds",
- testonly = 1,
- srcs = ["uds.go"],
- deps = [
- "//pkg/log",
- "//pkg/unet",
- "@org_golang_x_sys//unix:go_default_library",
- ],
-)