diff options
author | Nicolas Lacasse <nlacasse@google.com> | 2018-11-14 09:57:34 -0800 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2018-11-14 09:58:43 -0800 |
commit | 7b938ef78c2b180d1d0554534972069ec393322d (patch) | |
tree | 824295c104467052c292c41f08a2cad16d543b54 /runsc/specutils/BUILD | |
parent | 7f60294a7367ee62cc5e0bd21648a68184c4ca5e (diff) |
Internal change.
PiperOrigin-RevId: 221462069
Change-Id: Id469ed21fe12e582c78340189b932989afa13c67
Diffstat (limited to 'runsc/specutils/BUILD')
-rw-r--r-- | runsc/specutils/BUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runsc/specutils/BUILD b/runsc/specutils/BUILD index a1e5da3f5..034628c92 100644 --- a/runsc/specutils/BUILD +++ b/runsc/specutils/BUILD @@ -11,6 +11,7 @@ go_library( importpath = "gvisor.googlesource.com/gvisor/runsc/specutils", visibility = [ "//runsc:__subpackages__", + "//third_party/golang/gvisor/test:__subpackages__", ], deps = [ "//pkg/abi/linux", |