Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0156be86 authored by Sam Delmerico's avatar Sam Delmerico
Browse files

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
parent fa9d5b2e
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -69,7 +69,6 @@ java_library {
        "test/**/*.proto",
    ],
    proto: {
        plugin: "javastream",
        type: "stream",
    },
    static_libs: ["libprotobuf-java-lite"],
}