diff options
author | Nicolas Lacasse <nlacasse@google.com> | 2018-11-13 15:17:26 -0800 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2018-11-13 15:18:17 -0800 |
commit | 40f843fc7802271654314e1c339c372e72900845 (patch) | |
tree | 0094ecba57eaacd5b10a909d026ed03a9e2b48c2 /runsc/boot | |
parent | 7f558eda44bf93c31dfbbe621c2bb84d55b5701f (diff) |
Internal change.
PiperOrigin-RevId: 221343626
Change-Id: I03d57293a555cf4da9952a81803b9f8463173c89
Diffstat (limited to 'runsc/boot')
-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 07afce807..bdaa7a0c3 100644 --- a/runsc/boot/BUILD +++ b/runsc/boot/BUILD @@ -21,6 +21,7 @@ go_library( importpath = "gvisor.googlesource.com/gvisor/runsc/boot", visibility = [ "//runsc:__subpackages__", + "//third_party/golang/gvisor/test:__subpackages__", ], deps = [ "//pkg/abi", |