flo: Binderize Lights HAL

Change-Id: I35f9a4711cb96f03314f621b8675b1da0ba99f5c
This commit is contained in:
surblazer 2020-10-24 14:37:21 +03:00 committed by followmsi
parent d8c6d1aad3
commit 8a4ab089bc
2 changed files with 2 additions and 1 deletions

View File

@ -145,6 +145,7 @@ PRODUCT_COPY_FILES += \
# Lights
PRODUCT_PACKAGES += \
android.hardware.light@2.0-impl \
android.hardware.light@2.0-service \
lights.msm8960
# Media

View File

@ -64,7 +64,7 @@
</hal>
<hal format="hidl">
<name>android.hardware.light</name>
<transport arch="32">passthrough</transport>
<transport>hwbinder</transport>
<version>2.0</version>
<interface>
<name>ILight</name>