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

Commit 07603d17 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 am: 69c6baef am: 5d331f1d

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Icd215314f5dd6b3a056acb49e8303cc13b50a85e
parents 7182141a 5d331f1d
Loading
Loading
Loading
Loading
+4 −4
Original line number Original line Diff line number Diff line
@@ -819,18 +819,18 @@ cc_library_host_shared {
    rtti: true,
    rtti: true,
}
}


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


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