summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2019-12-05 05:43:52 -0800
committergVisor bot <gvisor-bot@google.com>2019-12-05 05:45:09 -0800
commit05758f34b2f65b7e6b118d3719cb8ce37eb4bc79 (patch)
treeb69ca9a9df56d77382d441c8b1cb50ab11c9feda /test
parent6ae64d793593eaf3c1364354ef01a555f230a0fe (diff)
Explicitly export files needed by other packages
PiperOrigin-RevId: 283955946
Diffstat (limited to 'test')
-rw-r--r--test/syscalls/linux/BUILD10
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,