sky: Disable Quick Tap support

Set TARGET_SUPPORTS_QUICK_TAP to false in lineage_sky.mk

- Quick Tap support is disabled for Evolution X due to lack of proper functionality on this device.
This commit is contained in:
suvojit213
2024-10-31 19:15:32 +00:00
parent 547f35f25c
commit 84ccbc32c7

View File

@@ -15,7 +15,7 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
# Inherit common Evolution-X configurations
$(call inherit-product, vendor/lineage/config/common_full_phone.mk)
EVO_BUILD_TYPE := Official
TARGET_SUPPORTS_QUICK_TAP := true
TARGET_SUPPORTS_QUICK_TAP := false
TARGET_BOOT_ANIMATION_RES := 1080
USE_PIXEL_CHARGER := true