milanf: Add notification LED support

Change-Id: I486938164462ae7ebe5867e74c4f77142f5ed14f
Signed-off-by: AnierinB <anierin@evolution-x.org>
This commit is contained in:
Michael Bestas 2025-04-05 19:35:02 +03:00 committed by AnierinB
commit 4fd5c71674
5 changed files with 83 additions and 0 deletions

View file

@ -24,6 +24,7 @@ $(call inherit-product, device/motorola/sm6375-common/common.mk)
# Overlays
PRODUCT_PACKAGES += \
FrameworksResDevice \
LineagePlatformDevice \
LineageApertureAppDevice \
SystemUIResDevice \
WifiResDevice
@ -51,6 +52,10 @@ PRODUCT_PACKAGES += \
init.mmi.overlay.rc \
init.oem.fingerprint2.sh
# Lights
PRODUCT_PACKAGES += \
android.hardware.light-service.lineage
# NFC
PRODUCT_PACKAGES += \
android.hardware.nfc-service.nxp \