Merge "ak3: udfps: log all coverages to suez for auth filter tuning" into udc-qpr-dev

This commit is contained in:
KRIS CHEN 2023-10-13 09:28:32 +00:00 committed by Android (Google) Code Review
commit f57eae07af

View file

@ -300,6 +300,12 @@ PRODUCT_VENDOR_PROPERTIES += \
PRODUCT_VENDOR_PROPERTIES += \ PRODUCT_VENDOR_PROPERTIES += \
persist.vendor.udfps.auto_exposure_compensation_supported=true persist.vendor.udfps.auto_exposure_compensation_supported=true
# Fingerprint Auth Filter
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
PRODUCT_VENDOR_PROPERTIES += \
persist.vendor.udfps.auth_filter.log_all_coverages=true
endif
# OIS with system imu # OIS with system imu
PRODUCT_VENDOR_PROPERTIES += \ PRODUCT_VENDOR_PROPERTIES += \
persist.vendor.camera.ois_with_system_imu=true persist.vendor.camera.ois_with_system_imu=true