Update fsverity+odsign protos to protobuf3.
Test: manual atest Bug: 286984317 Change-Id: I9bcc1ad858b9076c1a08e9df06e15a599c28f92c
This commit is contained in:
parent
152dd52ee6
commit
91907ce6b1
2 changed files with 2 additions and 0 deletions
|
@ -44,6 +44,7 @@ rust_protobuf {
|
|||
name: "libfsverity_digests_proto_rust",
|
||||
crate_name: "fsverity_digests_proto",
|
||||
source_stem: "fsverity_digests_proto",
|
||||
use_protobuf3: true,
|
||||
protos: [
|
||||
"fsverity_digests.proto",
|
||||
],
|
||||
|
|
|
@ -37,6 +37,7 @@ rust_protobuf {
|
|||
crate_name: "odsign_proto",
|
||||
protos: ["odsign_info.proto"],
|
||||
source_stem: "odsign_proto",
|
||||
use_protobuf3: true,
|
||||
host_supported: true,
|
||||
apex_available: [
|
||||
"com.android.compos",
|
||||
|
|
Loading…
Reference in a new issue