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

Commit d83a707c authored by Ivan Lozano's avatar Ivan Lozano Committed by Gerrit Code Review
Browse files

Merge "Change rust_grpcio modules to rust_protobuf."

parents 52fa77a5 615dcd2e
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,
}