Explicitly export files needed by other packages

PiperOrigin-RevId: 283955946
This commit is contained in:
gVisor bot 2019-12-05 05:43:52 -08:00
parent 6ae64d7935
commit 05758f34b2
1 changed files with 10 additions and 0 deletions

View File

@ -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,