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

Commit 19dfc652 authored by Devin Moore's avatar Devin Moore Committed by Gerrit Code Review
Browse files

Merge "Update vibrator example extension aidl_interface with versions_with_info"

parents 35d4efc9 caca1dbc
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -38,5 +38,11 @@ aidl_interface {
            enabled: false,
        },
    },
    versions: ["1"],
    frozen: true,
    versions_with_info: [
        {
            version: "1",
            imports: ["android.hardware.vibrator-V2"],
        },
    ],
}
+1 −1
Original line number Diff line number Diff line
@@ -29,6 +29,6 @@ cc_binary {
        "libbase",
        "libbinder_ndk",
        "android.hardware.vibrator-V2-ndk",
        "android.hardware.tests.extension.vibrator-V2-ndk",
        "android.hardware.tests.extension.vibrator-V1-ndk",
    ],
}