mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 05:49:27 +00:00
Merge "Add Rust target for VehicleHalProtos" into main
This commit is contained in:
@@ -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",
|
||||
],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user