From e3224f4e8fb4d3ba64c0ad50163fff3c93c4b4f0 Mon Sep 17 00:00:00 2001 From: Tim Zimmermann Date: Wed, 31 Jul 2024 15:01:49 +0200 Subject: [PATCH] a71: Switch to AIDL fingerprint HAL * Built from hardware/samsung. Change-Id: I137e5b2276f7f773ce470f6469d56128d8f3cd54 --- BoardConfig.mk | 2 -- .../base/core/res/res/values/config.xml | 15 --------------- vendor.prop | 4 ++++ 3 files changed, 4 insertions(+), 17 deletions(-) diff --git a/BoardConfig.mk b/BoardConfig.mk index 803d2ac..f2a57aa 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -15,8 +15,6 @@ TARGET_OTA_ASSERT_DEVICE := a71 TARGET_BOARD_NAME := SRPSF18B010 # FOD -TARGET_SEC_FP_REQUEST_FORCE_CALIBRATE := true -TARGET_SEC_FP_REQUEST_TOUCH_EVENT := true TARGET_SURFACEFLINGER_UDFPS_LIB := //$(DEVICE_PATH):libudfps_extension.a71 TARGET_USES_FOD_ZPOS := true diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index bdaab4f..81f146c 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -34,21 +34,6 @@ org.lineageos.sensor.udfps - - - - 540 - 2105 - 90 - - - - 0 - true diff --git a/vendor.prop b/vendor.prop index 865d758..2572b45 100644 --- a/vendor.prop +++ b/vendor.prop @@ -1,2 +1,6 @@ # Bluetooth bluetooth.device.default_name=Galaxy A71 + +# Fingerprint +ro.vendor.fingerprint.sensor_location=540|2105|90 +ro.vendor.fingerprint.type=udfps_optical