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

Commit caca1dbc authored by Devin Moore's avatar Devin Moore
Browse files

Update vibrator example extension aidl_interface with versions_with_info

This info is needed to know when the imports change between versions.
Set a good example.

Test: m
Bug: 273585373
Change-Id: I3f34711e99b09b611d68af522e2103a7cf768d63
parent 777a0bc5
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",
    ],
}