summaryrefslogtreecommitdiffstats
path: root/recovery_utils/Android.bp
diff options
context:
space:
mode:
authorJack Wu <wjack@google.com>2022-11-24 13:45:47 +0100
committerJack Wu <wjack@google.com>2022-12-24 14:13:18 +0100
commit6b39dee45d370b9c60c9c4fa2e23319ed63194d8 (patch)
tree5cbf15c06908b5bc1aef4523f7ae23b620f10907 /recovery_utils/Android.bp
parentMerge "Import translations. DO NOT MERGE ANYWHERE" into stage-aosp-master (diff)
downloadandroid_bootable_recovery-6b39dee45d370b9c60c9c4fa2e23319ed63194d8.tar
android_bootable_recovery-6b39dee45d370b9c60c9c4fa2e23319ed63194d8.tar.gz
android_bootable_recovery-6b39dee45d370b9c60c9c4fa2e23319ed63194d8.tar.bz2
android_bootable_recovery-6b39dee45d370b9c60c9c4fa2e23319ed63194d8.tar.lz
android_bootable_recovery-6b39dee45d370b9c60c9c4fa2e23319ed63194d8.tar.xz
android_bootable_recovery-6b39dee45d370b9c60c9c4fa2e23319ed63194d8.tar.zst
android_bootable_recovery-6b39dee45d370b9c60c9c4fa2e23319ed63194d8.zip
Diffstat (limited to '')
-rw-r--r--recovery_utils/Android.bp4
1 files changed, 2 insertions, 2 deletions
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: [