Skip to content

Commit

Permalink
sdm660-common: Migrate to Health 2.1 HAL
Browse files Browse the repository at this point in the history
Change-Id: Ic6302844ac58c16713b43b6871a705b9b4749a96
  • Loading branch information
bgcngm authored and Sid127 committed Jun 10, 2021
1 parent 297edb3 commit f964fe9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
4 changes: 2 additions & 2 deletions device.mk
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,8 @@ PRODUCT_PACKAGES += \

# Health
PRODUCT_PACKAGES += \
android.hardware.health@2.0-impl \
android.hardware.health@2.0-service
android.hardware.health@2.1-impl \
android.hardware.health@2.1-service

# HIDL
PRODUCT_PACKAGES += \
Expand Down
9 changes: 0 additions & 9 deletions manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,15 +127,6 @@
<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.keymaster</name>
<transport>hwbinder</transport>
Expand Down

0 comments on commit f964fe9

Please sign in to comment.