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

Commit 615dcd2e authored by Ivan Lozano's avatar Ivan Lozano
Browse files

Change rust_grpcio modules to rust_protobuf.

These two module types are being merged, so the existing rust_grpcio
modules need to be redefined as rust_protobuf modules.

Bug: 172952239
Test: mma
Change-Id: I0499a214e2e2b5d930ee7f40061369ef2f34da71
parent a8194f46
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -789,18 +789,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,
}