diff options
author | gVisor bot <gvisor-bot@google.com> | 2019-12-05 05:43:52 -0800 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2019-12-05 05:45:09 -0800 |
commit | 05758f34b2f65b7e6b118d3719cb8ce37eb4bc79 (patch) | |
tree | b69ca9a9df56d77382d441c8b1cb50ab11c9feda /test/syscalls/linux/BUILD | |
parent | 6ae64d793593eaf3c1364354ef01a555f230a0fe (diff) |
Explicitly export files needed by other packages
PiperOrigin-RevId: 283955946
Diffstat (limited to 'test/syscalls/linux/BUILD')
-rw-r--r-- | test/syscalls/linux/BUILD | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/syscalls/linux/BUILD b/test/syscalls/linux/BUILD index 9cca78a93..7ce2e6270 100644 --- a/test/syscalls/linux/BUILD +++ b/test/syscalls/linux/BUILD @@ -6,6 +6,16 @@ package( licenses = ["notice"], ) +exports_files( + [ + "socket.cc", + "socket_ipv4_udp_unbound_loopback.cc", + "tcp_socket.cc", + "udp_socket.cc", + ], + visibility = ["//:sandbox"], +) + cc_binary( name = "sigaltstack_check", testonly = 1, |