mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Explicitly export files needed by other packages
PiperOrigin-RevId: 283955946
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user