diff options
author | gVisor bot <gvisor-bot@google.com> | 2021-04-21 10:45:44 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-04-21 10:45:44 -0700 |
commit | e2b5de65ceddbfb8f4302c423fc8e2d8669b9634 (patch) | |
tree | 498bf31de5c8a5b6b332294c3f5825edab748be3 /pkg/ring0/pagetables/BUILD | |
parent | c2955339d86437981ce53d2971ce83479ef94028 (diff) | |
parent | a8584ab67f151c0f5460430e04cdb7e8291d5c47 (diff) |
Merge pull request #5749 from zhlhahaha:2126
PiperOrigin-RevId: 369686298
Diffstat (limited to 'pkg/ring0/pagetables/BUILD')
-rw-r--r-- | pkg/ring0/pagetables/BUILD | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/pkg/ring0/pagetables/BUILD b/pkg/ring0/pagetables/BUILD index f8f160cc6..f855f4d42 100644 --- a/pkg/ring0/pagetables/BUILD +++ b/pkg/ring0/pagetables/BUILD @@ -84,8 +84,5 @@ go_test( ":walker_check_arm64", ], library = ":pagetables", - deps = [ - "//pkg/hostarch", - "//pkg/usermem", - ], + deps = ["//pkg/hostarch"], ) |