Merge "Update vibrator example extension aidl_interface with versions_with_info"

This commit is contained in:
Devin Moore
2023-03-22 15:35:28 +00:00
committed by Gerrit Code Review
2 changed files with 8 additions and 2 deletions

View File

@@ -38,5 +38,11 @@ aidl_interface {
enabled: false,
},
},
versions: ["1"],
frozen: true,
versions_with_info: [
{
version: "1",
imports: ["android.hardware.vibrator-V2"],
},
],
}

View File

@@ -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",
],
}