From 6b39dee45d370b9c60c9c4fa2e23319ed63194d8 Mon Sep 17 00:00:00 2001 From: Jack Wu Date: Thu, 24 Nov 2022 20:45:47 +0800 Subject: Update health AIDL HAL to V2 Bug: 251425963 Test: Build Change-Id: I471f8fb9c7eb1044ea0b920d55728613188bfbdf Signed-off-by: Jack Wu --- recovery_utils/Android.bp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recovery_utils/Android.bp') diff --git a/recovery_utils/Android.bp b/recovery_utils/Android.bp index 9bd66c5d9..74392c522 100644 --- a/recovery_utils/Android.bp +++ b/recovery_utils/Android.bp @@ -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: [ -- cgit v1.2.3