a52sxq: Set UDFPS extension lib via soong config

Change-Id: I8a709bde4843b61420ea1003a749952d2619e2da
This commit is contained in:
Bruno Martins
2025-04-30 00:00:08 +01:00
committed by anhdat1024
parent c7c40706fa
commit 7d5faac469
2 changed files with 1 additions and 1 deletions

View File

@@ -40,7 +40,6 @@ TARGET_OTA_ASSERT_DEVICE := a52sxq
VENDOR_SECURITY_PATCH := 2024-11-01
# UDFPS
TARGET_SURFACEFLINGER_UDFPS_LIB := //hardware/samsung/fingerprint:libudfps_extension.samsung
TARGET_ADDITIONAL_GRALLOC_10_USAGE_BITS := 0x2000U | 0x400000000LL
SOONG_CONFIG_qtidisplay_udfps := true

View File

@@ -48,3 +48,4 @@ PRODUCT_PACKAGES += \
# UDFPS
TARGET_HAS_UDFPS := true
$(call soong_config_set,samsung_udfps,udfps_zorder,0x20000000u)
$(call soong_config_set,surfaceflinger,udfps_lib,//hardware/samsung/fingerprint:libudfps_extension.samsung)