summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fs/host/BUILD
diff options
context:
space:
mode:
authorIan Gudger <igudger@google.com>2018-10-15 17:47:24 -0700
committerShentubot <shentubot@google.com>2018-10-15 17:48:11 -0700
commit167f2401c4abb1ebda1f4536a04d9854e9008e0b (patch)
treedc9c7d33f0635039bf3ba45e912fb693f3a99812 /pkg/sentry/fs/host/BUILD
parentecd94ea7a693d49a0edce8607241a8e2ac22bfe0 (diff)
Merge host.endpoint into host.ConnectedEndpoint
host.endpoint contained duplicated logic from the sockerpair implementation and host.ConnectedEndpoint. Remove host.endpoint in favor of a host.ConnectedEndpoint wrapped in a socketpair end. PiperOrigin-RevId: 217240096 Change-Id: I4a3d51e3fe82bdf30e2d0152458b8499ab4c987c
Diffstat (limited to 'pkg/sentry/fs/host/BUILD')
-rw-r--r--pkg/sentry/fs/host/BUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/sentry/fs/host/BUILD b/pkg/sentry/fs/host/BUILD
index 6d5640f0a..5ada32ee1 100644
--- a/pkg/sentry/fs/host/BUILD
+++ b/pkg/sentry/fs/host/BUILD
@@ -42,7 +42,9 @@ go_library(
"//pkg/sentry/safemem",
"//pkg/sentry/socket/control",
"//pkg/sentry/socket/unix",
+ "//pkg/sentry/uniqueid",
"//pkg/sentry/usermem",
+ "//pkg/syserr",
"//pkg/syserror",
"//pkg/tcpip",
"//pkg/tcpip/link/rawfile",