common: display: Build the QTI lights HALs.

* Devices that need to have a custom one in tree should
   override these targets.

Change-Id: Ic88da882cee849bbfe80f7de330dd319b17f7e8d
This commit is contained in:
Alexander Koskovich 2021-04-27 04:54:44 -07:00
parent f94a6d9ca1
commit 1fd8e563ce
No known key found for this signature in database
GPG Key ID: F1107C9A417AC130
1 changed files with 3 additions and 1 deletions

View File

@ -26,9 +26,11 @@ PRODUCT_COPY_FILES += \
# Packages
PRODUCT_PACKAGES += \
android.hardware.lights-service.qti \
libqdutils \
libqservice \
libtinyxml
libtinyxml \
lights.qcom
# Get non-open-source specific aspects.
$(call inherit-product-if-exists, vendor/qcom/common/display/display-vendor.mk)