Fix UDFPS setprop initialization.
Test: Compile and verify enable_setprop is set using getprop and grep. Bug: 302206232 Change-Id: I03356bb3c05e9e72ad8da364b049028c3f625b2d
This commit is contained in:
parent
125c1dba94
commit
0e00fc987a
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ DEVICE_PRODUCT_COMPATIBILITY_MATRIX_FILE += device/google/caimito/fingerprint/de
|
|||
$(call soong_config_set,fp_hal_feature,biometric_suez_support,true)
|
||||
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
persist.vendor.qfp.update_vfs_calib=1
|
||||
persist.vendor.qfp.update_vfs_calib=1 \
|
||||
persist.vendor.qfp.enable_setprop=0 \
|
||||
log.tag.QFP=3
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue