mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Specify version for aidl_interface explicitly
Bug: 150578172 Test: m Change-Id: Ie7605c203c0f0eaf2c40f1e64ea45634b3aa54a5 Merged-In: I141de8ed6958fe42f727a0fa41473de4c1fb38de
This commit is contained in:
@@ -14,11 +14,11 @@ cc_test {
|
||||
shared_libs: [
|
||||
"libbinder",
|
||||
"libutils",
|
||||
"android.hardware.vibrator-cpp",
|
||||
"android.hardware.tests.extension.vibrator-cpp",
|
||||
"android.hardware.vibrator-V1-cpp",
|
||||
"android.hardware.tests.extension.vibrator-V1-cpp",
|
||||
|
||||
"libbinder_ndk",
|
||||
"android.hardware.vibrator-ndk_platform",
|
||||
"android.hardware.tests.extension.vibrator-ndk_platform",
|
||||
"android.hardware.vibrator-V1-ndk_platform",
|
||||
"android.hardware.tests.extension.vibrator-V1-ndk_platform",
|
||||
],
|
||||
}
|
||||
|
||||
@@ -19,7 +19,7 @@ cc_binary {
|
||||
shared_libs: [
|
||||
"libbase",
|
||||
"libbinder_ndk",
|
||||
"android.hardware.vibrator-ndk_platform",
|
||||
"android.hardware.tests.extension.vibrator-ndk_platform",
|
||||
"android.hardware.vibrator-V1-ndk_platform",
|
||||
"android.hardware.tests.extension.vibrator-V1-ndk_platform",
|
||||
],
|
||||
}
|
||||
|
||||
@@ -91,8 +91,8 @@ cc_test {
|
||||
// These are static libs only for testing purposes and portability. Shared
|
||||
// libs should be used on device.
|
||||
static_libs: [
|
||||
"android.hardware.common-unstable-ndk_platform",
|
||||
"android.hardware.common.fmq-unstable-ndk_platform",
|
||||
"android.hardware.common-V2-ndk_platform",
|
||||
"android.hardware.common.fmq-V1-ndk_platform",
|
||||
"android.hardware.tests.msgq@1.0",
|
||||
"android.fmq.test-ndk_platform",
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user