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

Commit d69c4d66 authored by Chan Wang's avatar Chan Wang Committed by Android (Google) Code Review
Browse files

Merge "Add Rust target for VehicleHalProtos" into main

parents a0791ae5 17f10e30
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -106,3 +106,17 @@ cc_library_static {
        "-Wno-unused-parameter",
    ],
}

rust_protobuf {
    name: "libvehicle_hal_property_protos",
    crate_name: "vehicle_hal_property_protos",
    protos: [":VehicleHalProtoFiles"],
    source_stem: "vehicle_hal_property_protos",
    host_supported: true,
    vendor_available: true,
    product_available: true,
    exported_include_dirs: ["."],
    proto_flags: [
        "-I external/protobuf/src",
    ],
}