sdm710-common: Build health 2.0 impl and service
* Build healthd 2.0 HIDL Unable to set property "ctl.interface_start" to "android.hardware.health@2.0::IHealth/default": error code: 0x20 05-26 19:22:15.101 511 2639 I hwservicemanager: Tried to start android.hardware.health@2.0::IHealth/default as a lazy service, but was unable to. Usually this happens when a service is not installed, but if the service is intended to be used as a lazy service, then it may be configured incorrectly.
This commit is contained in:
parent
6b160423d6
commit
fef9d8991e
2 changed files with 11 additions and 2 deletions
|
@ -674,4 +674,13 @@
|
|||
<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>
|
||||
</manifest>
|
||||
|
|
|
@ -198,8 +198,8 @@ PRODUCT_PACKAGES += \
|
|||
|
||||
# Health
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.health@2.1-impl-qti \
|
||||
android.hardware.health@2.1-service
|
||||
android.hardware.health@2.0-impl-qti \
|
||||
android.hardware.health@2.0-service
|
||||
|
||||
# HIDL
|
||||
PRODUCT_PACKAGES += \
|
||||
|
|
Loading…
Reference in a new issue