1# Publicly exposed in //netty package. Purposefully does not export any symbols. 2java_library( 3 name = "shaded", 4 visibility = ["//netty:__pkg__"], 5 runtime_deps = [ 6 "//netty", 7 "@io_netty_netty_tcnative_boringssl_static//jar", 8 "@io_netty_netty_tcnative_classes//jar", 9 "@io_netty_netty_transport_native_unix_common//jar", 10 "@io_netty_netty_transport_native_epoll_linux_x86_64//jar", 11 ], 12) 13