diff options
author | Nicolas Lacasse <nlacasse@google.com> | 2018-11-12 16:28:17 -0800 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2018-11-12 16:29:08 -0800 |
commit | c57b92a0c701122bd0cfcaa256f9fac942317548 (patch) | |
tree | d765df56a49fad49a94b79f5aa39df9e417d9fcc | |
parent | 4cd4b60352bc8a572a0a9482c58564397c49446c (diff) |
Internal change.
PiperOrigin-RevId: 221178413
Change-Id: I0e615c5e945cb924d8df767c894a9e402f0b8ff2
-rw-r--r-- | runsc/container/BUILD | 1 | ||||
-rw-r--r-- | runsc/test/testutil/BUILD | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/runsc/container/BUILD b/runsc/container/BUILD index bdd93aaba..551e5bc99 100644 --- a/runsc/container/BUILD +++ b/runsc/container/BUILD @@ -13,6 +13,7 @@ go_library( importpath = "gvisor.googlesource.com/gvisor/runsc/container", visibility = [ "//runsc:__subpackages__", + "//third_party/golang/gvisor/test:__subpackages__", ], deps = [ "//pkg/log", diff --git a/runsc/test/testutil/BUILD b/runsc/test/testutil/BUILD index 3ed235393..8d4839318 100644 --- a/runsc/test/testutil/BUILD +++ b/runsc/test/testutil/BUILD @@ -13,6 +13,7 @@ go_library( importpath = "gvisor.googlesource.com/gvisor/runsc/test/testutil", visibility = [ "//runsc:__subpackages__", + "//third_party/golang/gvisor/test:__subpackages__", ], deps = [ "//runsc/boot", |