diff options
author | gVisor bot <gvisor-bot@google.com> | 2019-12-06 19:41:39 -0800 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2019-12-06 19:41:39 -0800 |
commit | e70636d7f1919bf4c1c1e78ef16af68c50fa141c (patch) | |
tree | a3effbd5034346014014865252eb885ed27d8136 /runsc/boot/BUILD | |
parent | b1d44be7ad893bd6bdfd164a54a7142f4462414b (diff) | |
parent | 61f2274cb6f05579e4abe1e794182c04a622b58f (diff) |
Merge pull request #1233 from xiaobo55x:compatLog
PiperOrigin-RevId: 284305935
Diffstat (limited to 'runsc/boot/BUILD')
-rw-r--r-- | runsc/boot/BUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runsc/boot/BUILD b/runsc/boot/BUILD index 847d2f91c..6226b63f8 100644 --- a/runsc/boot/BUILD +++ b/runsc/boot/BUILD @@ -7,6 +7,7 @@ go_library( srcs = [ "compat.go", "compat_amd64.go", + "compat_arm64.go", "config.go", "controller.go", "debug.go", @@ -110,7 +111,6 @@ go_test( "//pkg/control/server", "//pkg/log", "//pkg/p9", - "//pkg/sentry/arch:registers_go_proto", "//pkg/sentry/context/contexttest", "//pkg/sentry/fs", "//pkg/sentry/kernel/auth", |