diff options
author | Jamie Liu <jamieliu@google.com> | 2019-06-07 14:51:18 -0700 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2019-06-07 14:52:27 -0700 |
commit | 48961d27a8bcc76b3783a7cc4a4a5ebcd5532d25 (patch) | |
tree | b89a48590896e8a16f3427b5a50558842328e50d /pkg/sentry/context/contexttest/BUILD | |
parent | e5fb3aab122c546441c595c2135a273468c5a997 (diff) |
Move //pkg/sentry/memutil to //pkg/memutil.
PiperOrigin-RevId: 252124156
Diffstat (limited to 'pkg/sentry/context/contexttest/BUILD')
-rw-r--r-- | pkg/sentry/context/contexttest/BUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/sentry/context/contexttest/BUILD b/pkg/sentry/context/contexttest/BUILD index ce4f1e42c..d17b1bdcf 100644 --- a/pkg/sentry/context/contexttest/BUILD +++ b/pkg/sentry/context/contexttest/BUILD @@ -9,11 +9,11 @@ go_library( importpath = "gvisor.googlesource.com/gvisor/pkg/sentry/context/contexttest", visibility = ["//pkg/sentry:internal"], deps = [ + "//pkg/memutil", "//pkg/sentry/context", "//pkg/sentry/kernel/auth", "//pkg/sentry/kernel/time", "//pkg/sentry/limits", - "//pkg/sentry/memutil", "//pkg/sentry/pgalloc", "//pkg/sentry/platform", "//pkg/sentry/platform/ptrace", |