summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/socket/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/sentry/socket/BUILD')
-rw-r--r--pkg/sentry/socket/BUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/pkg/sentry/socket/BUILD b/pkg/sentry/socket/BUILD
index 7ee89a735..00f925166 100644
--- a/pkg/sentry/socket/BUILD
+++ b/pkg/sentry/socket/BUILD
@@ -4,7 +4,10 @@ package(licenses = ["notice"])
go_library(
name = "socket",
- srcs = ["socket.go"],
+ srcs = [
+ "socket.go",
+ "socket_state.go",
+ ],
visibility = ["//pkg/sentry:internal"],
deps = [
"//pkg/abi/linux",