sdm660-common: Migrate to Health 2.1 HAL
Change-Id: Ic6302844ac58c16713b43b6871a705b9b4749a96
This commit is contained in:
parent
8b69365830
commit
727e0bb3cb
2 changed files with 3 additions and 10 deletions
|
@ -151,15 +151,6 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
<instance>default</instance>
|
<instance>default</instance>
|
||||||
</interface>
|
</interface>
|
||||||
</hal>
|
</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">
|
<hal format="hidl">
|
||||||
<name>android.hardware.light</name>
|
<name>android.hardware.light</name>
|
||||||
<transport>hwbinder</transport>
|
<transport>hwbinder</transport>
|
||||||
|
|
|
@ -64,6 +64,7 @@ PRODUCT_PACKAGES += \
|
||||||
android.hardware.boot@1.0-impl \
|
android.hardware.boot@1.0-impl \
|
||||||
android.hardware.boot@1.0-impl.recovery \
|
android.hardware.boot@1.0-impl.recovery \
|
||||||
android.hardware.boot@1.0-service \
|
android.hardware.boot@1.0-service \
|
||||||
|
android.hardware.health@2.1-impl.recovery \
|
||||||
bootctrl.sdm660 \
|
bootctrl.sdm660 \
|
||||||
bootctrl.sdm660.recovery
|
bootctrl.sdm660.recovery
|
||||||
|
|
||||||
|
@ -269,7 +270,8 @@ PRODUCT_COPY_FILES += \
|
||||||
|
|
||||||
# Healthd
|
# Healthd
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
android.hardware.health@2.0-service
|
android.hardware.health@2.1-impl:64 \
|
||||||
|
android.hardware.health@2.1-service
|
||||||
|
|
||||||
# HIDL
|
# HIDL
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
|
|
Loading…
Reference in a new issue