aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorHadrien Zalek <hzalek@google.com>2020-06-19 17:04:02 -0700
committerHadrien Zalek <hzalek@google.com>2020-06-29 20:25:32 -0700
commitb6ad5d62b22ed3f9507bfe4a765380096824b1f7 (patch)
tree9b07a9fabea0b821e23e65408e67eb4ceae8fcc7 /Android.bp
parent2bf353cc2616f27364a158b2683f8d0d20c77b70 (diff)
downloadgrpc-grpc-java-b6ad5d62b22ed3f9507bfe4a765380096824b1f7.tar.gz
Remove gRPC Netty shaded static library
Remove the build module for the shaded library which causes issues at runtime due to missing symbols. This happens because the jar is prebuilt from an older version of gRPC and is no longer compatible with the current source. Additionally, the grpc-java module should not statically link against a specific transport jar that contains service providers. Doing so forces an automatically-loaded implementation on users. Test: m grpc-java Bug: 148404241 Change-Id: I77589c05756b55146648d726ea6e235f1887ac38
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 37c6c8f2e..3b61d0847 100644
--- a/Android.bp
+++ b/Android.bp
@@ -23,7 +23,6 @@ java_library_host {
"grpc-java-core-inprocess",
"grpc-java-core-internal",
"grpc-java-core-util",
- "grpc-java-netty-shaded",
"grpc-java-protobuf",
"grpc-java-protobuf-lite",
"grpc-java-stub",