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

Commit 69c6baef authored by Ivan Lozano's avatar Ivan Lozano Committed by Automerger Merge Worker
Browse files

Merge "Change rust_grpcio modules to rust_protobuf." am: d83a707c

Original change: https://android-review.googlesource.com/c/platform/system/bt/+/1526959

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ifc18d416a773217f986b5325c07b0ae548eb415c
parents 810cad50 d83a707c
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -819,18 +819,18 @@ cc_library_host_shared {
    rtti: true,
}

rust_grpcio {
rust_protobuf {
    name: "libbt_hci_proto",
    crate_name: "bt_hci_proto",
    protos: ["hci/facade/facade.proto"],
    grpc_protos: ["hci/facade/facade.proto"],
    source_stem: "facade",
    host_supported: true,
}

rust_grpcio {
rust_protobuf {
    name: "libbt_hal_proto",
    crate_name: "bt_hal_proto",
    protos: ["hal/facade.proto"],
    grpc_protos: ["hal/facade.proto"],
    source_stem: "facade",
    host_supported: true,
}