From 0156be866368d4a24ffa7604a5ec69c2c5037acf Mon Sep 17 00:00:00 2001 From: Sam Delmerico Date: Fri, 4 Feb 2022 16:54:00 +0000 Subject: [PATCH] convert StreamingProtoTest to stream proto type java_library now supports using the "stream" type for proto properties, so we can use this type here to remove workaround. Bug: 215230097 Test: m StreamingProtoTest Change-Id: I365457c5392ef3e0ede39d9d36d0aa1f2951c902 --- tools/streaming_proto/Android.bp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/streaming_proto/Android.bp b/tools/streaming_proto/Android.bp index 1ec83a360048..b18bdff7263f 100644 --- a/tools/streaming_proto/Android.bp +++ b/tools/streaming_proto/Android.bp @@ -69,7 +69,6 @@ java_library { "test/**/*.proto", ], proto: { - plugin: "javastream", + type: "stream", }, - static_libs: ["libprotobuf-java-lite"], }