Update health AIDL HAL to V2

Bug: 251425963
Test: Build
Change-Id: I471f8fb9c7eb1044ea0b920d55728613188bfbdf
Signed-off-by: Jack Wu <wjack@google.com>
This commit is contained in:
Jack Wu 2022-11-24 20:45:47 +08:00
parent 0be94ca37d
commit 6b39dee45d
4 changed files with 6 additions and 6 deletions

View file

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

View file

@ -97,7 +97,7 @@ cc_binary {
],
shared_libs: [
"android.hardware.health-V1-ndk", // from librecovery_utils
"android.hardware.health-V2-ndk", // from librecovery_utils
"libbase",
"libcrypto",
],
@ -129,7 +129,7 @@ cc_test {
],
static_libs: [
"android.hardware.health-V1-ndk", // from librecovery_utils
"android.hardware.health-V2-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-V1-ndk.so
// because at the time of writing, android.hardware.health-V2-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-V1-ndk",
"android.hardware.health-V2-ndk",
],
export_include_dirs: [

View file

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