From fe3fec9cca1ebfdf553c419bd2204a2510e5a837 Mon Sep 17 00:00:00 2001 From: 0xsharkboy Date: Thu, 23 May 2024 09:19:53 +0200 Subject: [PATCH] d2x: renamed TARGET_HAVE_FOD to TARGET_HAS_UDFPS *This allows to include EvolutionX udfps extras for devices with inscreen fingerprint We have to rename it to avoid having two ambiguous values and keep udfps HAL --- lineage_d2x.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lineage_d2x.mk b/lineage_d2x.mk index 958e63d..b262886 100644 --- a/lineage_d2x.mk +++ b/lineage_d2x.mk @@ -23,7 +23,7 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/non_ab_device.mk) $(call inherit-product, $(SRC_TARGET_DIR)/product/product_launched_with_p.mk) ## Inscreen Fingerprint HAL -TARGET_HAVE_FOD := true +TARGET_HAS_UDFPS := true ## S Pen TARGET_HAVE_SPEN := true