summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/device/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/sentry/device/BUILD')
-rw-r--r--pkg/sentry/device/BUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/pkg/sentry/device/BUILD b/pkg/sentry/device/BUILD
index 1098ed777..97fa1512c 100644
--- a/pkg/sentry/device/BUILD
+++ b/pkg/sentry/device/BUILD
@@ -8,7 +8,10 @@ go_library(
srcs = ["device.go"],
importpath = "gvisor.dev/gvisor/pkg/sentry/device",
visibility = ["//pkg/sentry:internal"],
- deps = ["//pkg/abi/linux"],
+ deps = [
+ "//pkg/abi/linux",
+ "//pkg/sync",
+ ],
)
go_test(