gts3l: health: Migrate to Health 2.1 HAL
Signed-off-by: Deokgyu Yang <secugyu@gmail.com> Change-Id: I74e179cfb35cd560e8b3e85819613882dd69533d
This commit is contained in:
parent
0464a57010
commit
d8aceaee49
2 changed files with 3 additions and 12 deletions
|
@ -194,8 +194,9 @@ PRODUCT_PACKAGES += \
|
|||
|
||||
# Healthd
|
||||
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-impl.recovery \
|
||||
android.hardware.health@2.1-service
|
||||
|
||||
# HIDL
|
||||
PRODUCT_PACKAGES += \
|
||||
|
|
10
manifest.xml
10
manifest.xml
|
@ -135,16 +135,6 @@
|
|||
<instance>default</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
<hal format="hidl" override="true">
|
||||
<name>android.hardware.health</name>
|
||||
<transport>hwbinder</transport>
|
||||
<version>2.0</version>
|
||||
<interface>
|
||||
<name>IHealth</name>
|
||||
<instance>default</instance>
|
||||
<instance>sechealth</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
<hal format="hidl">
|
||||
<name>android.hardware.keymaster</name>
|
||||
<transport>hwbinder</transport>
|
||||
|
|
Loading…
Reference in a new issue