zenfone8: Build lights.qcom package

Normally, it's build by default

https://github.com/micky387/android_hardware_qcom_display/blob/lineage-19.0-caf-sm8350/config/display-product.mk#L9

but TARGET_BOARD_PLATFORM from Qcom is not the same as our dt

Change-Id: I47c4c7cb3d7d26525d3e0a668383c9b1131ba6d0
diff --git a/device.mk b/device.mk
index 8866671..503db02 100755
--- a/device.mk
+++ b/device.mk
@@ -144,7 +144,8 @@
     android.hardware.memtrack@1.0-impl \
     android.hardware.memtrack@1.0-service \
     libion \
-    libtinyxml2
+    libtinyxml2 \
+    lights.qcom
 
 $(call inherit-product, hardware/qcom-caf/sm8350/media/product.mk)
 $(call inherit-product, hardware/qcom-caf/sm8350/display/config/display-board.mk)