zenfone9: Build Qti lights

Change-Id: I152ff10cf951cf349cd3c3b936f19dc61afaf9fd
diff --git a/device.mk b/device.mk
index 41e9cc0..0ce1229 100755
--- a/device.mk
+++ b/device.mk
@@ -197,6 +197,10 @@
 PRODUCT_PACKAGES += \
     android.hardware.security.keymint-V1-ndk_platform.vendor
 
+# Lights
+PRODUCT_PACKAGES += \
+    vendor.qti.hardware.lights.service
+
 # Live Wallpapers
 PRODUCT_PACKAGES += \
     LiveWallpapers \
diff --git a/omni.dependencies b/omni.dependencies
index 51a727d..fa8559a 100644
--- a/omni.dependencies
+++ b/omni.dependencies
@@ -84,5 +84,11 @@
      "repository": "android_vendor_qcom_opensource_usb",
      "target_path": "vendor/qcom/opensource/usb",
      "revision": "android-13.0"
+   },
+   {
+    "remote": "gitlab",
+    "repository": "android_vendor_qcom_opensource_lights",
+    "target_path": "vendor/qcom/opensource/lights",
+    "revision": "android-13.0"
    }
 ]