Specify version for aidl_interface explicitly

Bug: 150578172
Test: m
Change-Id: Ie7605c203c0f0eaf2c40f1e64ea45634b3aa54a5
Merged-In: I141de8ed6958fe42f727a0fa41473de4c1fb38de
This commit is contained in:
Jeongik Cha
2021-01-26 22:34:55 +09:00
parent df543ea006
commit 1674c1354e
32 changed files with 47 additions and 47 deletions

View File

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

View File

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

View File

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