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:
parent
fa9d5b2e03
commit
0156be8663
@ -69,7 +69,6 @@ java_library {
|
|||||||
"test/**/*.proto",
|
"test/**/*.proto",
|
||||||
],
|
],
|
||||||
proto: {
|
proto: {
|
||||||
plugin: "javastream",
|
type: "stream",
|
||||||
},
|
},
|
||||||
static_libs: ["libprotobuf-java-lite"],
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user