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
This commit is contained in:
Sam Delmerico 2022-02-04 16:54:00 +00:00
parent fa9d5b2e03
commit 0156be8663

View File

@ -69,7 +69,6 @@ java_library {
"test/**/*.proto",
],
proto: {
plugin: "javastream",
type: "stream",
},
static_libs: ["libprotobuf-java-lite"],
}