universal7885: Compile Health HAL from source

Change-Id: I437e8a002fad3af59d7e410e94329a9bbb40afe5
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
This commit is contained in:
SamarV-121 2021-06-27 16:14:19 +05:30 committed by roynatech2544
commit 9d7be4d265
3 changed files with 5 additions and 12 deletions

View file

@ -328,16 +328,6 @@
</interface> </interface>
<fqname>@2.0::ISehGnss/default</fqname> <fqname>@2.0::ISehGnss/default</fqname>
</hal> </hal>
<hal format="hidl">
<name>vendor.samsung.hardware.health</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>ISehHealth</name>
<instance>sehhealth</instance>
</interface>
<fqname>@1.0::ISehHealth/sehhealth</fqname>
</hal>
<hal format="hidl"> <hal format="hidl">
<name>vendor.samsung.hardware.light</name> <name>vendor.samsung.hardware.light</name>
<transport>hwbinder</transport> <transport>hwbinder</transport>

View file

@ -23,7 +23,6 @@ vendor/app/mcRegistry/ffffffffd00000000000000000000016.tlbin
vendor/app/mcRegistry/ffffffffd00000000000000000000045.drbin vendor/app/mcRegistry/ffffffffd00000000000000000000045.drbin
vendor/bin/cbd vendor/bin/cbd
vendor/bin/hw/android.hardware.drm@1.2-service.widevine vendor/bin/hw/android.hardware.drm@1.2-service.widevine
vendor/bin/hw/android.hardware.health@2.0-service.samsung
vendor/bin/hw/android.hardware.wifi@1.0-service vendor/bin/hw/android.hardware.wifi@1.0-service
vendor/bin/hw/gpsd vendor/bin/hw/gpsd
vendor/bin/hw/hostapd vendor/bin/hw/hostapd
@ -72,7 +71,6 @@ vendor/etc/gnss/ca.pem
vendor/etc/gnss/gps.cfg vendor/etc/gnss/gps.cfg
vendor/etc/hearing_aid_audio_policy_configuration.xml vendor/etc/hearing_aid_audio_policy_configuration.xml
vendor/etc/init/android.hardware.drm@1.2-service.widevine.rc vendor/etc/init/android.hardware.drm@1.2-service.widevine.rc
vendor/etc/init/android.hardware.health@2.0-service.samsung.rc
vendor/etc/init/android.hardware.wifi@1.0-service.rc vendor/etc/init/android.hardware.wifi@1.0-service.rc
vendor/etc/init/hostapd.android.rc vendor/etc/init/hostapd.android.rc
vendor/etc/init/init.baseband.rc vendor/etc/init/init.baseband.rc

View file

@ -59,6 +59,11 @@ PRODUCT_PACKAGES += \
android.hardware.graphics.mapper@2.0-impl \ android.hardware.graphics.mapper@2.0-impl \
libgui_vendor libgui_vendor
# Health
PRODUCT_PACKAGES += \
android.hardware.health@2.0-impl \
android.hardware.health@2.0-service
# HIDL # HIDL
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
libhidltransport \ libhidltransport \