sm8250-common: Switch to AOSP light HIDL

* QTI light AIDL is just the AIDL version of the default light HIDL

Change-Id: I2d88cf7dd2aadcbfee4af7b0dae99e7facef80c1
This commit is contained in:
Sebastiano Barezzi 2021-06-07 17:28:14 +02:00
parent a1d198ffa9
commit 49f1174e9c
No known key found for this signature in database
GPG Key ID: 47760583F393BC44
3 changed files with 14 additions and 5 deletions

View File

@ -234,6 +234,10 @@ PRODUCT_PACKAGES += \
liboffloadhal liboffloadhal
# Lights # Lights
PRODUCT_PACKAGES += \
android.hardware.light@2.0-impl \
android.hardware.light@2.0-service
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
lights.kona lights.kona

View File

@ -106,6 +106,16 @@
</interface> </interface>
<fqname>@4.0::IKeymasterDevice/default</fqname> <fqname>@4.0::IKeymasterDevice/default</fqname>
</hal> </hal>
<hal format="hidl">
<name>android.hardware.light</name>
<transport>hwbinder</transport>
<version>2.0</version>
<interface>
<name>ILight</name>
<instance>default</instance>
</interface>
<fqname>@2.0::ILight/default</fqname>
</hal>
<hal format="hidl"> <hal format="hidl">
<name>android.hardware.media.omx</name> <name>android.hardware.media.omx</name>
<transport>hwbinder</transport> <transport>hwbinder</transport>

View File

@ -453,11 +453,6 @@ vendor/lib64/libkeymasterprovision.so
vendor/lib64/libkeymasterutils.so vendor/lib64/libkeymasterutils.so
vendor/lib64/libqtikeymaster4.so vendor/lib64/libqtikeymaster4.so
# Lights
vendor/bin/hw/android.hardware.lights-service.qti
vendor/etc/init/android.hardware.lights-qti.rc
-vendor/etc/vintf/manifest/android.hardware.lights-qti.xml
# Listen # Listen
vendor/lib/hw/sound_trigger.primary.kona.so vendor/lib/hw/sound_trigger.primary.kona.so
vendor/lib/libadpcmdec.so vendor/lib/libadpcmdec.so