Specify version for aidl_interface explicitly

Bug: 150578172
Test: m
Change-Id: I141de8ed6958fe42f727a0fa41473de4c1fb38de
This commit is contained in:
Jeongik Cha
2021-01-28 00:49:49 +09:00
parent 4fce8e0771
commit 38533915d1
48 changed files with 67 additions and 67 deletions

View File

@@ -22,7 +22,7 @@ cc_defaults {
"libxml2",
],
shared_libs: [
"audioclient-types-aidl-unstable-cpp",
"audioclient-types-aidl-cpp",
"libaudioclient_aidl_conversion",
"libbinder",
"libfmq",

View File

@@ -25,7 +25,7 @@ cc_binary {
"AuthSecret.cpp",
],
shared_libs: [
"android.hardware.authsecret-ndk_platform",
"android.hardware.authsecret-V1-ndk_platform",
"libbase",
"libbinder_ndk",
],

View File

@@ -21,7 +21,7 @@ cc_test {
"use_libaidlvintf_gtest_helper_static",
],
srcs: ["VtsHalAuthSecretTargetTest.cpp"],
static_libs: ["android.hardware.authsecret-ndk_platform"],
static_libs: ["android.hardware.authsecret-V1-ndk_platform"],
shared_libs: ["libbinder_ndk"],
test_suites: [
"general-tests",

View File

@@ -22,8 +22,8 @@ cc_binary {
generated_sources: ["audio_policy_configuration_V7_0"],
header_libs: ["libxsdc-utils"],
shared_libs: [
"android.frameworks.automotive.powerpolicy-ndk_platform",
"android.hardware.automotive.audiocontrol-ndk_platform",
"android.frameworks.automotive.powerpolicy-V1-ndk_platform",
"android.hardware.automotive.audiocontrol-V1-ndk_platform",
"libbase",
"libbinder_ndk",
"libcutils",

View File

@@ -28,7 +28,7 @@ cc_test {
"libxml2",
],
static_libs: [
"android.hardware.automotive.audiocontrol-cpp",
"android.hardware.automotive.audiocontrol-V1-cpp",
"libgmock",
],
test_suites: [

View File

@@ -27,6 +27,6 @@ cc_binary {
"libbase",
"libbinder_ndk",
"libutils",
"android.hardware.automotive.occupant_awareness-ndk_platform",
"android.hardware.automotive.occupant_awareness-V1-ndk_platform",
],
}

View File

@@ -27,6 +27,6 @@ cc_binary {
"libbase",
"libbinder_ndk",
"libutils",
"android.hardware.automotive.occupant_awareness-ndk_platform",
"android.hardware.automotive.occupant_awareness-V1-ndk_platform",
],
}

View File

@@ -9,7 +9,7 @@ cc_test {
"libbinder",
],
static_libs: [
"android.hardware.automotive.occupant_awareness-cpp",
"android.hardware.automotive.occupant_awareness-V1-cpp",
],
test_suites: [
"vts",

View File

@@ -32,7 +32,7 @@ cc_defaults {
defaults: ["vhal_v2_0_defaults"],
shared_libs: [
"libbinder_ndk",
"android.automotive.watchdog-ndk_platform",
"android.automotive.watchdog-V2-ndk_platform",
],
}

View File

@@ -7,8 +7,8 @@ cc_binary {
shared_libs: [
"libbase",
"libbinder_ndk",
"android.hardware.biometrics.face-ndk_platform",
"android.hardware.biometrics.common-unstable-ndk_platform",
"android.hardware.biometrics.face-V1-ndk_platform",
"android.hardware.biometrics.common-V1-ndk_platform",
],
srcs: [
"main.cpp",

View File

@@ -7,7 +7,7 @@ cc_test {
srcs: ["VtsHalBiometricsFaceTargetTest.cpp"],
shared_libs: [
"libbinder_ndk",
"android.hardware.biometrics.face-ndk_platform",
"android.hardware.biometrics.face-V1-ndk_platform",
],
test_suites: [
"general-tests",

View File

@@ -7,8 +7,8 @@ cc_binary {
shared_libs: [
"libbase",
"libbinder_ndk",
"android.hardware.biometrics.fingerprint-ndk_platform",
"android.hardware.biometrics.common-unstable-ndk_platform",
"android.hardware.biometrics.fingerprint-V1-ndk_platform",
"android.hardware.biometrics.common-V1-ndk_platform",
],
srcs: [
"main.cpp",

View File

@@ -7,7 +7,7 @@ cc_test {
srcs: ["VtsHalBiometricsFingerprintTargetTest.cpp"],
shared_libs: [
"libbinder_ndk",
"android.hardware.biometrics.fingerprint-ndk_platform",
"android.hardware.biometrics.fingerprint-V1-ndk_platform",
],
test_suites: [
"general-tests",

View File

@@ -18,7 +18,7 @@ cc_binary {
"android.hardware.gnss@2.0",
"android.hardware.gnss@1.1",
"android.hardware.gnss@1.0",
"android.hardware.gnss-ndk_platform",
"android.hardware.gnss-V1-ndk_platform",
],
static_libs: [
"android.hardware.gnss@common-default-lib",

View File

@@ -41,7 +41,7 @@ cc_binary {
"android.hardware.gnss@2.0",
"android.hardware.gnss@1.1",
"android.hardware.gnss@1.0",
"android.hardware.gnss-ndk_platform",
"android.hardware.gnss-V1-ndk_platform",
],
static_libs: [
"android.hardware.gnss@common-default-lib",

View File

@@ -34,7 +34,7 @@ cc_binary {
"android.hardware.gnss@1.0",
"android.hardware.gnss@1.1",
"android.hardware.gnss@2.0",
"android.hardware.gnss-ndk_platform",
"android.hardware.gnss-V1-ndk_platform",
],
static_libs: [
"android.hardware.gnss@common-default-lib",

View File

@@ -42,7 +42,7 @@ cc_binary {
"android.hardware.gnss.measurement_corrections@1.1",
"android.hardware.gnss.measurement_corrections@1.0",
"android.hardware.gnss.visibility_control@1.0",
"android.hardware.gnss-ndk_platform",
"android.hardware.gnss-V1-ndk_platform",
],
srcs: [
"Gnss.cpp",

View File

@@ -34,7 +34,7 @@ cc_test {
"libbinder",
],
static_libs: [
"android.hardware.gnss-cpp",
"android.hardware.gnss-V1-cpp",
"android.hardware.gnss@common-vts-lib",
],
test_suites: [

View File

@@ -42,6 +42,6 @@ cc_library_static {
"android.hardware.gnss@2.1",
"android.hardware.gnss.measurement_corrections@1.1",
"android.hardware.gnss.measurement_corrections@1.0",
"android.hardware.gnss-ndk_platform",
"android.hardware.gnss-V1-ndk_platform",
],
}

View File

@@ -19,7 +19,7 @@ cc_test {
defaults: ["VtsHalTargetTestDefaults"],
srcs: ["VtsHalGraphicsMapperV4_0TargetTest.cpp"],
static_libs: [
"android.hardware.graphics.common-unstable-ndk_platform",
"android.hardware.graphics.common-V2-ndk_platform",
"android.hardware.graphics.mapper@4.0-vts",
"libgralloctypes",
"libsync",

View File

@@ -20,7 +20,7 @@ cc_defaults {
shared_libs: [
"libbase",
"libbinder_ndk",
"android.hardware.health.storage-unstable-ndk_platform",
"android.hardware.health.storage-V1-ndk_platform",
],
static_libs: [
"libfstab",

View File

@@ -25,7 +25,7 @@ cc_test {
"libbinder_ndk",
],
static_libs: [
"android.hardware.health.storage-ndk_platform",
"android.hardware.health.storage-V1-ndk_platform",
],
header_libs: [
"libhealth_storage_test_common_headers",

View File

@@ -29,8 +29,8 @@ cc_library_static {
"libsoft_attestation_cert",
"libpuresoftkeymasterdevice",
"android.hardware.identity-support-lib",
"android.hardware.identity-unstable-ndk_platform",
"android.hardware.keymaster-unstable-ndk_platform",
"android.hardware.identity-V3-ndk_platform",
"android.hardware.keymaster-V3-ndk_platform",
],
}
@@ -89,8 +89,8 @@ cc_binary {
"libsoft_attestation_cert",
"libpuresoftkeymasterdevice",
"android.hardware.identity-support-lib",
"android.hardware.identity-unstable-ndk_platform",
"android.hardware.keymaster-unstable-ndk_platform",
"android.hardware.identity-V3-ndk_platform",
"android.hardware.keymaster-V3-ndk_platform",
"android.hardware.identity-libeic-hal-common",
"android.hardware.identity-libeic-library",
],

View File

@@ -30,9 +30,9 @@ cc_test {
"libpuresoftkeymasterdevice",
"android.hardware.keymaster@4.0",
"android.hardware.identity-support-lib",
"android.hardware.identity-unstable-cpp",
"android.hardware.keymaster-unstable-cpp",
"android.hardware.keymaster-unstable-ndk_platform",
"android.hardware.identity-V3-cpp",
"android.hardware.keymaster-V3-cpp",
"android.hardware.keymaster-V3-ndk_platform",
"libkeymaster4support",
"libkeymaster4_1support",
],

View File

@@ -7,7 +7,7 @@ cc_binary {
shared_libs: [
"libbase",
"libbinder_ndk",
"android.hardware.light-ndk_platform",
"android.hardware.light-V1-ndk_platform",
],
srcs: [
"Lights.cpp",

View File

@@ -27,7 +27,7 @@ cc_test {
"libbinder",
],
static_libs: [
"android.hardware.light-cpp",
"android.hardware.light-V1-cpp",
],
test_suites: [
"vts",

View File

@@ -28,6 +28,6 @@ cc_binary {
"libutils",
],
static_libs: [
"android.hardware.light-cpp",
"android.hardware.light-V1-cpp",
],
}

View File

@@ -21,7 +21,7 @@ cc_binary {
shared_libs: [
"libbase",
"libbinder_ndk",
"android.hardware.memtrack-ndk_platform",
"android.hardware.memtrack-V1-ndk_platform",
],
srcs: [
"main.cpp",

View File

@@ -10,7 +10,7 @@ cc_test {
"libvintf",
],
static_libs: [
"android.hardware.memtrack-unstable-ndk_platform",
"android.hardware.memtrack-V1-ndk_platform",
],
test_suites: [
"vts-core",

View File

@@ -25,7 +25,7 @@ cc_binary {
"OemLock.cpp",
],
shared_libs: [
"android.hardware.oemlock-ndk_platform",
"android.hardware.oemlock-V1-ndk_platform",
"libbase",
"libbinder_ndk",
],

View File

@@ -25,7 +25,7 @@ cc_test {
"libbinder_ndk",
"libbase",
],
static_libs: ["android.hardware.oemlock-ndk_platform"],
static_libs: ["android.hardware.oemlock-V1-ndk_platform"],
test_suites: [
"general-tests",
"vts",

View File

@@ -21,7 +21,7 @@ cc_binary {
shared_libs: [
"libbase",
"libbinder_ndk",
"android.hardware.power-ndk_platform",
"android.hardware.power-V1-ndk_platform",
],
srcs: [
"main.cpp",

View File

@@ -23,7 +23,7 @@ cc_test {
"libbinder",
],
static_libs: [
"android.hardware.power-cpp",
"android.hardware.power-V1-cpp",
],
test_suites: [
"vts",

View File

@@ -21,7 +21,7 @@ cc_binary {
shared_libs: [
"libbase",
"libbinder_ndk",
"android.hardware.power.stats-ndk_platform",
"android.hardware.power.stats-V1-ndk_platform",
],
srcs: [
"main.cpp",

View File

@@ -23,7 +23,7 @@ cc_test {
"libbinder_ndk",
],
static_libs: [
"android.hardware.power.stats-ndk_platform",
"android.hardware.power.stats-V1-ndk_platform",
],
test_suites: [
"general-tests",

View File

@@ -20,7 +20,7 @@ cc_library_static {
shared_libs: [
"libbase",
"libbinder_ndk",
"android.hardware.rebootescrow-ndk_platform",
"android.hardware.rebootescrow-V1-ndk_platform",
],
export_include_dirs: ["include"],
srcs: [
@@ -47,7 +47,7 @@ cc_binary {
shared_libs: [
"libbase",
"libbinder_ndk",
"android.hardware.rebootescrow-ndk_platform",
"android.hardware.rebootescrow-V1-ndk_platform",
],
static_libs: [
"libhadamardutils",

View File

@@ -25,7 +25,7 @@ cc_test {
"libbinder",
],
static_libs: [
"android.hardware.rebootescrow-cpp",
"android.hardware.rebootescrow-V1-cpp",
],
test_suites: [
"vts",

View File

@@ -9,7 +9,7 @@ cc_binary {
"-Wextra",
],
shared_libs: [
"android.hardware.security.keymint-unstable-ndk_platform",
"android.hardware.security.keymint-V1-ndk_platform",
"libbase",
"libbinder_ndk",
"libcppbor",

View File

@@ -30,8 +30,8 @@ cc_test {
"libkeymint_support",
],
static_libs: [
"android.hardware.security.keymint-unstable-ndk_platform",
"android.hardware.security.secureclock-unstable-ndk_platform",
"android.hardware.security.keymint-V1-ndk_platform",
"android.hardware.security.secureclock-V1-ndk_platform",
"libcppbor_external",
"libkeymint_vts_test_utils",
],
@@ -60,8 +60,8 @@ cc_test_library {
"libkeymint_support",
],
static_libs: [
"android.hardware.security.keymint-unstable-ndk_platform",
"android.hardware.security.secureclock-unstable-ndk_platform",
"android.hardware.security.keymint-V1-ndk_platform",
"android.hardware.security.secureclock-V1-ndk_platform",
"libcppbor",
],
}

View File

@@ -31,7 +31,7 @@ cc_library {
"include",
],
shared_libs: [
"android.hardware.security.keymint-unstable-ndk_platform",
"android.hardware.security.keymint-V1-ndk_platform",
"libbase",
"libcrypto",
"libutils",

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-unstable-ndk_platform",
"android.hardware.tests.extension.vibrator-unstable-ndk_platform",
"android.hardware.vibrator-V2-ndk_platform",
"android.hardware.tests.extension.vibrator-V2-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",
],

View File

@@ -4,7 +4,7 @@ cc_library_static {
shared_libs: [
"libbase",
"libbinder_ndk",
"android.hardware.vibrator-unstable-ndk_platform",
"android.hardware.vibrator-V2-ndk_platform",
],
export_include_dirs: ["include"],
srcs: [
@@ -26,7 +26,7 @@ cc_binary {
shared_libs: [
"libbase",
"libbinder_ndk",
"android.hardware.vibrator-unstable-ndk_platform",
"android.hardware.vibrator-V2-ndk_platform",
],
static_libs: [
"libvibratorexampleimpl",

View File

@@ -9,7 +9,7 @@ cc_test {
"libbinder",
],
static_libs: [
"android.hardware.vibrator-unstable-cpp",
"android.hardware.vibrator-V2-cpp",
],
test_suites: [
"general-tests",
@@ -28,7 +28,7 @@ cc_test {
"libbinder",
],
static_libs: [
"android.hardware.vibrator-unstable-cpp",
"android.hardware.vibrator-V2-cpp",
],
test_suites: [
"general-tests",

View File

@@ -20,7 +20,7 @@ cc_benchmark {
"benchmark.cpp",
],
shared_libs: [
"android.hardware.vibrator-cpp",
"android.hardware.vibrator-V1-cpp",
"android.hardware.vibrator@1.0",
"android.hardware.vibrator@1.1",
"android.hardware.vibrator@1.2",

View File

@@ -25,7 +25,7 @@ cc_binary {
"Weaver.cpp",
],
shared_libs: [
"android.hardware.weaver-ndk_platform",
"android.hardware.weaver-V1-ndk_platform",
"libbase",
"libbinder_ndk",
],

View File

@@ -25,7 +25,7 @@ cc_test {
"libbinder_ndk",
"libbase",
],
static_libs: ["android.hardware.weaver-ndk_platform"],
static_libs: ["android.hardware.weaver-V1-ndk_platform"],
test_suites: [
"general-tests",
"vts",