mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 05:49:27 +00:00
automotive: Add Rust backend to the vhal AIDL
This enables us to write a vhal service in Rust. Test: Verified with a custom replacement of the DefaultVehicleHal and ran in cuttlefish Change-Id: I53601e1a10cee75877e76ae04f7837e7d1a20ebd
This commit is contained in:
@@ -41,6 +41,9 @@ aidl_interface {
|
||||
"com.android.car.framework",
|
||||
],
|
||||
},
|
||||
rust: {
|
||||
enabled: true,
|
||||
},
|
||||
},
|
||||
versions_with_info: [
|
||||
{
|
||||
|
||||
@@ -42,6 +42,9 @@ aidl_interface {
|
||||
"com.android.car.framework",
|
||||
],
|
||||
},
|
||||
rust: {
|
||||
enabled: true,
|
||||
},
|
||||
},
|
||||
versions_with_info: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user