Browse Source

L10: Enable LHBM control from UDFPS HAL and ALS feed forward

Bug: 246302409
Test: build and test fingerprint on device.
Change-Id: Ie21192605a7c91ddd9f139096c0f6cd03bf4fc0b
leohsieh 2 năm trước cách đây
mục cha
commit
3d70f91d8a
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 5 0
      device-lynx.mk

+ 5 - 0
device-lynx.mk

@@ -190,6 +190,11 @@ PRODUCT_PRODUCT_PROPERTIES += \
 PRODUCT_PRODUCT_PROPERTIES += \
     ro.support_one_handed_mode=true
 
+# Fingerprint als feed forward
+PRODUCT_VENDOR_PROPERTIES += \
+    persist.vendor.udfps.als_feed_forward_supported=true \
+    persist.vendor.udfps.lhbm_controlled_in_hal_supported=true
+
 # Hide cutout overlays
 PRODUCT_PACKAGES += \
     NoCutoutOverlay \