diff options
author | Andrei Vagin <avagin@google.com> | 2021-01-05 09:46:34 -0800 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-01-05 09:53:42 -0800 |
commit | 622db84e4bba468205c85c80a93b8b9a9c2c9ee3 (patch) | |
tree | de95820ba5ae676863fcc0332a6df5e71062a964 /runsc | |
parent | 2a200811d4c95e1c84d2bdd56068f02d46ebc524 (diff) |
Internal changes.
PiperOrigin-RevId: 350159657
Diffstat (limited to 'runsc')
-rw-r--r-- | runsc/boot/BUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runsc/boot/BUILD b/runsc/boot/BUILD index 8c73dc5dc..67307ab3c 100644 --- a/runsc/boot/BUILD +++ b/runsc/boot/BUILD @@ -33,6 +33,7 @@ go_library( "//pkg/cpuid", "//pkg/eventchannel", "//pkg/fd", + "//pkg/flipcall", "//pkg/fspath", "//pkg/log", "//pkg/memutil", |