tundra: Build Touch AIDL

Change-Id: Iff9b24573e43591ac41c95834a220582fcb127aa
This commit is contained in:
Bruno Martins
2025-07-17 18:18:56 -04:00
committed by Deivid21
parent 38571fc068
commit e7a1ede80f

View File

@@ -94,5 +94,11 @@ PRODUCT_SOONG_NAMESPACES += $(LOCAL_PATH)
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/thermal-engine-tundra-game-perf.conf:$(TARGET_COPY_OUT_VENDOR)/etc/thermal-engine-tundra.conf
# Touch HAL
PRODUCT_PACKAGES += \
vendor.lineage.touch-service.motorola
$(call soong_config_set, MOTOROLA_TOUCH, HIGH_TOUCH_POLLING_PATH, /sys/class/touchscreen/primary/interpolation)
# Inherit from vendor blobs
$(call inherit-product, vendor/motorola/tundra/tundra-vendor.mk)