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

Commit a77f2df4 authored by Felix Obenhuber's avatar Felix Obenhuber
Browse files

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
parent b87fae42
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -41,6 +41,9 @@ aidl_interface {
                "com.android.car.framework",
            ],
        },
        rust: {
            enabled: true,
        },
    },
    versions_with_info: [
        {
+3 −0
Original line number Diff line number Diff line
@@ -42,6 +42,9 @@ aidl_interface {
                "com.android.car.framework",
            ],
        },
        rust: {
            enabled: true,
        },
    },
    versions_with_info: [
        {