summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/watchdog/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/sentry/watchdog/BUILD')
-rw-r--r--pkg/sentry/watchdog/BUILD18
1 files changed, 0 insertions, 18 deletions
diff --git a/pkg/sentry/watchdog/BUILD b/pkg/sentry/watchdog/BUILD
deleted file mode 100644
index 28f21f13d..000000000
--- a/pkg/sentry/watchdog/BUILD
+++ /dev/null
@@ -1,18 +0,0 @@
-load("//tools/go_stateify:defs.bzl", "go_library")
-
-package(licenses = ["notice"])
-
-go_library(
- name = "watchdog",
- srcs = ["watchdog.go"],
- importpath = "gvisor.dev/gvisor/pkg/sentry/watchdog",
- visibility = ["//:sandbox"],
- deps = [
- "//pkg/abi/linux",
- "//pkg/log",
- "//pkg/metric",
- "//pkg/sentry/kernel",
- "//pkg/sentry/kernel/time",
- "//pkg/sync",
- ],
-)