summaryrefslogtreecommitdiffstats
path: root/recovery_utils/Android.bp
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2023-01-24 01:52:34 +0100
committerGerrit Code Review <noreply-gerritcodereview@google.com>2023-01-24 01:52:34 +0100
commite3ebedd2790ca57951a508b67a900ce89a62682a (patch)
tree5cbf15c06908b5bc1aef4523f7ae23b620f10907 /recovery_utils/Android.bp
parentMerge "Import translations. DO NOT MERGE ANYWHERE" into stage-aosp-master (diff)
parentUpdate health AIDL HAL to V2 (diff)
downloadandroid_bootable_recovery-e3ebedd2790ca57951a508b67a900ce89a62682a.tar
android_bootable_recovery-e3ebedd2790ca57951a508b67a900ce89a62682a.tar.gz
android_bootable_recovery-e3ebedd2790ca57951a508b67a900ce89a62682a.tar.bz2
android_bootable_recovery-e3ebedd2790ca57951a508b67a900ce89a62682a.tar.lz
android_bootable_recovery-e3ebedd2790ca57951a508b67a900ce89a62682a.tar.xz
android_bootable_recovery-e3ebedd2790ca57951a508b67a900ce89a62682a.tar.zst
android_bootable_recovery-e3ebedd2790ca57951a508b67a900ce89a62682a.zip
Diffstat (limited to 'recovery_utils/Android.bp')
-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: [