Loading system/gd/Android.bp +4 −4 Original line number Diff line number Diff line Loading @@ -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, } Loading Loading
system/gd/Android.bp +4 −4 Original line number Diff line number Diff line Loading @@ -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, } Loading