Merge "Update recovery to use Health AIDL HAL V3." into main am: 74c6581ac5 am: f6f72ba97f am: 84f236dc27

Original change: https://android-review.googlesource.com/c/platform/bootable/recovery/+/2837349

Change-Id: Ie66a44cb41a6dd2a52c102ad3db50c08add69401
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
David Anderson 2023-12-12 05:43:38 +00:00 committed by Automerger Merge Worker
commit 1b0f7acd6c
4 changed files with 6 additions and 6 deletions

View file

@ -162,7 +162,7 @@ cc_binary {
],
shared_libs: [
"android.hardware.health-V2-ndk", // from librecovery_utils
"android.hardware.health-V3-ndk", // from librecovery_utils
"android.hardware.boot-V1-ndk",
"librecovery_ui",
],

View file

@ -97,7 +97,7 @@ cc_binary {
],
shared_libs: [
"android.hardware.health-V2-ndk", // from librecovery_utils
"android.hardware.health-V3-ndk", // from librecovery_utils
"libbase",
"libcrypto",
],
@ -129,7 +129,7 @@ cc_test {
],
static_libs: [
"android.hardware.health-V2-ndk", // from librecovery_utils
"android.hardware.health-V3-ndk", // from librecovery_utils
"libminadbd_services",
"libfusesideload",
"librecovery_utils",

View file

@ -75,11 +75,11 @@ cc_library_static {
shared_libs: [
// The following cannot be placed in librecovery_utils_defaults,
// because at the time of writing, android.hardware.health-V2-ndk.so
// because at the time of writing, android.hardware.health-V3-ndk.so
// is not installed to the system image yet. (It is installed
// to the recovery ramdisk.) Hence, minadbd_test must link to it
// statically.
"android.hardware.health-V2-ndk",
"android.hardware.health-V3-ndk",
],
export_include_dirs: [

View file

@ -145,7 +145,7 @@ cc_test {
static_libs: libapplypatch_static_libs + librecovery_static_libs + [
"android.hardware.health-translate-ndk",
"android.hardware.health-V2-ndk",
"android.hardware.health-V3-ndk",
"libhealthshim",
"librecovery_ui",
"libfusesideload",