diff options
author | Bruno Martins <bgcngm@gmail.com> | 2020-12-08 22:03:48 +0000 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2021-10-19 15:09:38 +0200 |
commit | bcd351613212ce53f192a3a75470dbfc6022a534 (patch) | |
tree | cd6a260da7f7f894d2fba2bb6d1db60aace2a1b5 | |
parent | 741971687e7b6aa751c51f60f1a2aecdad2a007c (diff) |
msm8996-common: Migrate to Health 2.1 HAL
Change-Id: Ic6302844ac58c16713b43b6871a705b9b4749a96
-rw-r--r-- | manifest.xml | 9 | ||||
-rwxr-xr-x | msm8996.mk | 7 |
2 files changed, 4 insertions, 12 deletions
diff --git a/manifest.xml b/manifest.xml index 788b17b..50fdbf4 100644 --- a/manifest.xml +++ b/manifest.xml @@ -145,15 +145,6 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. </interface> </hal> <hal format="hidl"> - <name>android.hardware.health</name> - <transport>hwbinder</transport> - <version>2.0</version> - <interface> - <name>IHealth</name> - <instance>default</instance> - </interface> - </hal> - <hal format="hidl"> <name>android.hardware.keymaster</name> <transport>hwbinder</transport> <version>3.0</version> @@ -1,6 +1,6 @@ # # Copyright (C) 2016 The CyanogenMod Project -# Copyright (C) 2017-2019 The LineageOS Project +# Copyright (C) 2017-2020 The LineageOS Project # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -241,8 +241,9 @@ PRODUCT_COPY_FILES += \ # Healthd PRODUCT_PACKAGES += \ - android.hardware.health@2.0-impl:64 \ - android.hardware.health@2.0-service + android.hardware.health@2.1-impl:64 \ + android.hardware.health@2.1-impl.recovery \ + android.hardware.health@2.1-service # HW crypto PRODUCT_PACKAGES += \ |