ak3: udfps: log all coverages to suez for auth filter tuning
Enable this logging only for non-user builds. Bug: 303400748 Test: manual Change-Id: I2b0cac66d9891b4946ec41331713a43d8c16ccf5
This commit is contained in:
parent
8ae78a0a3c
commit
05c27e07a9
1 changed files with 6 additions and 0 deletions
|
@ -291,6 +291,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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue