xref: /aosp_15_r20/external/grpc-grpc-java/netty/shaded/BUILD.bazel (revision e07d83d3ffcef9ecfc9f7f475418ec639ff0e5fe)
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