diff options
author | 2022-02-04 16:54:00 +0000 | |
---|---|---|
committer | 2022-02-04 16:54:00 +0000 | |
commit | 0156be866368d4a24ffa7604a5ec69c2c5037acf (patch) | |
tree | 903718fb52a90300317776d05352d067f95e87df | |
parent | fa9d5b2e03c3fe367ddede0d0590973c4735bf47 (diff) |
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
-rw-r--r-- | tools/streaming_proto/Android.bp | 3 |
1 files changed, 1 insertions, 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"], } |