diff options
Diffstat (limited to 'recovery_utils/Android.bp')
-rw-r--r-- | recovery_utils/Android.bp | 4 |
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: [ |