sdm660-common: Migrate to Health 2.1 HAL

Change-Id: Ic6302844ac58c16713b43b6871a705b9b4749a96
This commit is contained in:
Bruno Martins 2020-12-08 22:03:48 +00:00 committed by OdSazib
parent 8b69365830
commit 727e0bb3cb
No known key found for this signature in database
GPG key ID: 0954440B60470871
2 changed files with 3 additions and 10 deletions

View file

@ -151,15 +151,6 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<instance>default</instance>
</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.light</name>
<transport>hwbinder</transport>

View file

@ -64,6 +64,7 @@ PRODUCT_PACKAGES += \
android.hardware.boot@1.0-impl \
android.hardware.boot@1.0-impl.recovery \
android.hardware.boot@1.0-service \
android.hardware.health@2.1-impl.recovery \
bootctrl.sdm660 \
bootctrl.sdm660.recovery
@ -269,7 +270,8 @@ PRODUCT_COPY_FILES += \
# Healthd
PRODUCT_PACKAGES += \
android.hardware.health@2.0-service
android.hardware.health@2.1-impl:64 \
android.hardware.health@2.1-service
# HIDL
PRODUCT_PACKAGES += \