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

Commit fee58965 authored by Yu Shan's avatar Yu Shan
Browse files

Add VHAL interface defaults.

This will help us update to a new version easier in the future.

Flag: EXEMPT build rule change
Test: Presubmit
Bug: 364946963
Change-Id: Iff7c5005cab04f59388411ccd699277adf43e7de
parent 50db0356
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -33,3 +33,11 @@ rust_defaults {
        "android.hardware.automotive.vehicle.property-V4-rust",
    ],
}

aidl_interface_defaults {
    name: "android.hardware.automotive.vehicle-latest-defaults",
    imports: [
        "android.hardware.automotive.vehicle-V3",
        "android.hardware.automotive.vehicle.property-V4",
    ],
}