From 74e09f0bf166c934b0879c808a6f8c2d179bc9aa Mon Sep 17 00:00:00 2001 From: lbill Date: Thu, 3 Nov 2022 18:21:52 +0000 Subject: [PATCH] Enable fingerprint testing virtual HAL on B3 We set 4 projects for biometrics-jank e2e tests - B3 - O6 - P10 - C10 Test: forest test with atp config \ v2/biometrics/health/microbench/biometrics/biometrics-jank-suite Bug: 228638448 Bug: 236074209 Change-Id: Ida4f889db0845f391709f84224e7a2052337e841 --- device-bluejay.mk | 5 +++++ 1 file changed, 5 insertions(+) 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 +