diff options
author | Adin Scannell <ascannell@google.com> | 2019-11-23 23:21:04 -0800 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2019-11-23 23:54:41 -0800 |
commit | c3b93afeafeff4555b57aa22c2a91375f9e38e28 (patch) | |
tree | 85732860eeb6975c5cef383338a76cefcb44716a /pkg/tcpip/link/sharedmem/BUILD | |
parent | b0a1bbd3e248888cf6c9e6fa73df5d2c22490f85 (diff) |
Cleanup visibility.
PiperOrigin-RevId: 282194656
Diffstat (limited to 'pkg/tcpip/link/sharedmem/BUILD')
-rw-r--r-- | pkg/tcpip/link/sharedmem/BUILD | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/pkg/tcpip/link/sharedmem/BUILD b/pkg/tcpip/link/sharedmem/BUILD index 0a5ea3dc4..a4f9cdd69 100644 --- a/pkg/tcpip/link/sharedmem/BUILD +++ b/pkg/tcpip/link/sharedmem/BUILD @@ -12,9 +12,7 @@ go_library( "tx.go", ], importpath = "gvisor.dev/gvisor/pkg/tcpip/link/sharedmem", - visibility = [ - "//:sandbox", - ], + visibility = ["//visibility:public"], deps = [ "//pkg/log", "//pkg/tcpip", |