diff --git a/device-bluejay.mk b/device-bluejay.mk index 0d1c6d5..4765309 100644 --- a/device-bluejay.mk +++ b/device-bluejay.mk @@ -238,3 +238,8 @@ PRODUCT_PRODUCT_PROPERTIES ?= \ # Enable adpf cpu hint session for SurfaceFlinger PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \ debug.sf.enable_adpf_cpu_hint=true + +# Biometrics virtual HAL for e2e testing +PRODUCT_PACKAGES_DEBUG += \ + android.hardware.biometrics.fingerprint-service.example +