Enable Virtual Fingerprint HAL support

Bug: 230515082
Test: Verified on both P10 and C10 userdebug/eng targets
Change-Id: I792d15edff24ee9fd346514bfca840ba866d11ed
This commit is contained in:
Jeff Pu 2022-08-17 14:52:08 -04:00
parent 92a5092d1c
commit 27ff4eb0b6
2 changed files with 6 additions and 0 deletions

View file

@ -337,3 +337,6 @@ PRODUCT_COPY_FILES += \
# Enable adpf cpu hint session for SurfaceFlinger
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
debug.sf.enable_adpf_cpu_hint=true
# Virtual fingerprint HAL
PRODUCT_PACKAGES_DEBUG += android.hardware.biometrics.fingerprint-service.example

View file

@ -323,3 +323,6 @@ PRODUCT_COPY_FILES += \
# Enable adpf cpu hint session for SurfaceFlinger
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
debug.sf.enable_adpf_cpu_hint=true
# Virtual fingerprint HAL
PRODUCT_PACKAGES_DEBUG += android.hardware.biometrics.fingerprint-service.example