mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
Merge "Update vibrator example extension aidl_interface with versions_with_info"
This commit is contained in:
@@ -38,5 +38,11 @@ aidl_interface {
|
||||
enabled: false,
|
||||
},
|
||||
},
|
||||
versions: ["1"],
|
||||
frozen: true,
|
||||
versions_with_info: [
|
||||
{
|
||||
version: "1",
|
||||
imports: ["android.hardware.vibrator-V2"],
|
||||
},
|
||||
],
|
||||
}
|
||||
|
||||
@@ -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",
|
||||
],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user