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

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

Merge "Update rust_protobuf proto property."

parents b2603e92 c0f56551
Loading
Loading
Loading
Loading
+5 −5
Original line number Original line Diff line number Diff line
@@ -792,7 +792,7 @@ cc_library_host_shared {
rust_grpcio {
rust_grpcio {
    name: "libbt_hci_proto",
    name: "libbt_hci_proto",
    crate_name: "bt_hci_proto",
    crate_name: "bt_hci_proto",
    proto: "hci/facade/facade.proto",
    protos: ["hci/facade/facade.proto"],
    source_stem: "facade",
    source_stem: "facade",
    host_supported: true,
    host_supported: true,
}
}
@@ -800,7 +800,7 @@ rust_grpcio {
rust_grpcio {
rust_grpcio {
    name: "libbt_hal_proto",
    name: "libbt_hal_proto",
    crate_name: "bt_hal_proto",
    crate_name: "bt_hal_proto",
    proto: "hal/facade.proto",
    protos: ["hal/facade.proto"],
    source_stem: "facade",
    source_stem: "facade",
    host_supported: true,
    host_supported: true,
}
}
@@ -808,16 +808,16 @@ rust_grpcio {
rust_protobuf {
rust_protobuf {
    name: "libbt_facade_rootservice_proto",
    name: "libbt_facade_rootservice_proto",
    crate_name: "bt_facade_rootservice_proto",
    crate_name: "bt_facade_rootservice_proto",
    proto: "facade/rootservice.proto",
    protos: ["facade/rootservice.proto"],
    proto_flags: ["-Iexternal/protobuf/src/"],
    source_stem: "rootservice",
    source_stem: "rootservice",
    header_libs: ["libprotobuf-cpp-full"],
    host_supported: true,
    host_supported: true,
}
}


rust_protobuf {
rust_protobuf {
    name: "libbt_facade_common_proto",
    name: "libbt_facade_common_proto",
    crate_name: "bt_facade_common_proto",
    crate_name: "bt_facade_common_proto",
    proto: "facade/common.proto",
    protos: ["facade/common.proto"],
    source_stem: "common",
    source_stem: "common",
    host_supported: true,
    host_supported: true,
}
}