milanf: Wire up StylusKeyHandler

Change-Id: Ib53103bc6e6f4d0703451fa5374407b906f78ec0
Signed-off-by: AnierinB <anierin@evolution-x.org>
This commit is contained in:
AnierinB 2025-08-20 00:23:57 +00:00 committed by Michael Bestas
commit 8cf5064c40
2 changed files with 16 additions and 0 deletions

View file

@ -77,5 +77,9 @@ PRODUCT_COPY_FILES += \
# Soong namespaces
PRODUCT_SOONG_NAMESPACES += $(LOCAL_PATH)
# StylusKeyHandler
PRODUCT_PACKAGES += \
StylusKeyHandler
# Inherit from vendor blobs
$(call inherit-product, vendor/motorola/milanf/milanf-vendor.mk)