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

Commit b16a3dbc authored by Steven Moreland's avatar Steven Moreland
Browse files

specify import version (I)

Required to automate AIDL finalization - makes errors show up
now instead of later.

Bug: 188871598
Test: build
Change-Id: Ic544707bac671d8327d8cc704a9d453470141e8e
parent a81e7f4e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ aidl_interface {
    imports: [
        "android.hardware.common-V2",
        "android.hardware.common.fmq-V1",
        "android.hardware.audio.common",
        "android.hardware.audio.common-V1",
    ],
    backend: {
        cpp: {
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ aidl_interface {
    vendor_available: true,
    srcs: ["android/hardware/input/processor/*.aidl"],
    imports: [
        "android.hardware.input.common",
        "android.hardware.input.common-V1",
    ],
    stability: "vintf",
    backend: {