Merge "Specify version for aidl_interface explicitly" am: 5968a3906e

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1560410

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I4076bf928aa7f335b16aace695099b4aac1b5cff
This commit is contained in:
Treehugger Robot
2021-02-09 01:22:40 +00:00
committed by Automerger Merge Worker
6 changed files with 14 additions and 14 deletions

View File

@@ -484,7 +484,7 @@ java_library {
"android.hardware.vibrator-V1.3-java", "android.hardware.vibrator-V1.3-java",
"android.security.apc-java", "android.security.apc-java",
"android.security.authorization-java", "android.security.authorization-java",
"android.system.keystore2-java", "android.system.keystore2-V1-java",
"android.system.suspend.control.internal-java", "android.system.suspend.control.internal-java",
"devicepolicyprotosnano", "devicepolicyprotosnano",

View File

@@ -95,9 +95,9 @@ java_library_static {
libs: [ libs: [
"services.net", "services.net",
"android.hardware.light-V2.0-java", "android.hardware.light-V2.0-java",
"android.hardware.power-java", "android.hardware.power-V1-java",
"android.hardware.power-V1.0-java", "android.hardware.power-V1.0-java",
"android.hardware.vibrator-java", "android.hardware.vibrator-V1-java",
"android.net.ipsec.ike.stubs.module_lib", "android.net.ipsec.ike.stubs.module_lib",
"app-compat-annotations", "app-compat-annotations",
"framework-tethering.stubs.module_lib", "framework-tethering.stubs.module_lib",
@@ -120,7 +120,7 @@ java_library_static {
"android.hardware.health-V1.0-java", "android.hardware.health-V1.0-java",
"android.hardware.health-V2.0-java", "android.hardware.health-V2.0-java",
"android.hardware.health-V2.1-java", "android.hardware.health-V2.1-java",
"android.hardware.light-java", "android.hardware.light-V1-java",
"android.hardware.tv.cec-V1.0-java", "android.hardware.tv.cec-V1.0-java",
"android.hardware.weaver-V1.0-java", "android.hardware.weaver-V1.0-java",
"android.hardware.biometrics.face-V1.0-java", "android.hardware.biometrics.face-V1.0-java",
@@ -128,11 +128,11 @@ java_library_static {
"android.hardware.oemlock-V1.0-java", "android.hardware.oemlock-V1.0-java",
"android.hardware.configstore-V1.0-java", "android.hardware.configstore-V1.0-java",
"android.hardware.contexthub-V1.0-java", "android.hardware.contexthub-V1.0-java",
"android.hardware.rebootescrow-java", "android.hardware.rebootescrow-V1-java",
"android.hardware.soundtrigger-V2.3-java", "android.hardware.soundtrigger-V2.3-java",
"android.hidl.manager-V1.2-java", "android.hidl.manager-V1.2-java",
"capture_state_listener-aidl-java", "capture_state_listener-aidl-java",
"dnsresolver_aidl_interface-java", "dnsresolver_aidl_interface-V7-java",
"icu4j_calendar_astronomer", "icu4j_calendar_astronomer",
"netd-client", "netd-client",
"overlayable_policy_aidl-java", "overlayable_policy_aidl-java",

View File

@@ -147,11 +147,11 @@ cc_defaults {
"android.hardware.light@2.0", "android.hardware.light@2.0",
"android.hardware.power@1.0", "android.hardware.power@1.0",
"android.hardware.power@1.1", "android.hardware.power@1.1",
"android.hardware.power-cpp", "android.hardware.power-V1-cpp",
"android.hardware.power.stats@1.0", "android.hardware.power.stats@1.0",
"android.hardware.thermal@1.0", "android.hardware.thermal@1.0",
"android.hardware.tv.input@1.0", "android.hardware.tv.input@1.0",
"android.hardware.vibrator-cpp", "android.hardware.vibrator-V1-cpp",
"android.hardware.vibrator@1.0", "android.hardware.vibrator@1.0",
"android.hardware.vibrator@1.1", "android.hardware.vibrator@1.1",
"android.hardware.vibrator@1.2", "android.hardware.vibrator@1.2",
@@ -160,7 +160,7 @@ cc_defaults {
"android.frameworks.schedulerservice@1.0", "android.frameworks.schedulerservice@1.0",
"android.frameworks.sensorservice@1.0", "android.frameworks.sensorservice@1.0",
"android.frameworks.stats@1.0", "android.frameworks.stats@1.0",
"android.system.suspend.control-cpp", "android.system.suspend.control-V1-cpp",
"android.system.suspend.control.internal-cpp", "android.system.suspend.control.internal-cpp",
"android.system.suspend@1.0", "android.system.suspend@1.0",
"service.incremental", "service.incremental",

View File

@@ -51,9 +51,9 @@ cc_defaults {
static_libs: [ static_libs: [
"libbase", "libbase",
"libext2_uuid", "libext2_uuid",
"libdataloader_aidl-unstable-cpp", "libdataloader_aidl-cpp",
"libincremental_aidl-unstable-cpp", "libincremental_aidl-cpp",
"libincremental_manager_aidl-unstable-cpp", "libincremental_manager_aidl-cpp",
"libprotobuf-cpp-lite", "libprotobuf-cpp-lite",
"service.incremental.proto", "service.incremental.proto",
"libutils", "libutils",

View File

@@ -82,7 +82,7 @@ android_test {
"libui", "libui",
"libunwindstack", "libunwindstack",
"libutils", "libutils",
"netd_aidl_interface-cpp", "netd_aidl_interface-V5-cpp",
], ],
dxflags: ["--multi-dex"], dxflags: ["--multi-dex"],

View File

@@ -57,6 +57,6 @@ android_test {
"libui", "libui",
"libunwindstack", "libunwindstack",
"libutils", "libutils",
"netd_aidl_interface-cpp", "netd_aidl_interface-V5-cpp",
], ],
} }