rust_proto: use protobuf crate version 2.x

Test: build
Bug: 270895633
Change-Id: I04e5e7fe70b8c509cd1b35852b75a0f24a633ce9
This commit is contained in:
Jeff Vander Stoep
2023-03-22 15:09:00 +01:00
parent cd7db25738
commit 91c0466094
3 changed files with 6 additions and 6 deletions

View File

@@ -127,7 +127,7 @@ func GatherRequiredDepsForTest() string {
min_sdk_version: "29",
}
rust_library {
name: "libprotobuf",
name: "libprotobuf_deprecated",
crate_name: "protobuf",
srcs: ["foo.rs"],
host_supported: true,