summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fs/anon/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/sentry/fs/anon/BUILD')
-rw-r--r--pkg/sentry/fs/anon/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/sentry/fs/anon/BUILD b/pkg/sentry/fs/anon/BUILD
index aedcecfa1..1ce56d79f 100644
--- a/pkg/sentry/fs/anon/BUILD
+++ b/pkg/sentry/fs/anon/BUILD
@@ -12,9 +12,9 @@ go_library(
deps = [
"//pkg/abi/linux",
"//pkg/context",
+ "//pkg/hostarch",
"//pkg/sentry/device",
"//pkg/sentry/fs",
"//pkg/sentry/fs/fsutil",
- "//pkg/usermem",
],
)