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:
Felix Obenhuber
2024-01-10 15:58:29 +01:00
parent b87fae42d8
commit a77f2df473
2 changed files with 6 additions and 0 deletions

View File

@@ -41,6 +41,9 @@ aidl_interface {
"com.android.car.framework",
],
},
rust: {
enabled: true,
},
},
versions_with_info: [
{

View File

@@ -42,6 +42,9 @@ aidl_interface {
"com.android.car.framework",
],
},
rust: {
enabled: true,
},
},
versions_with_info: [
{