From 983550c0e7bafc1dc8d1a7e2beb68c3d52accfdf Mon Sep 17 00:00:00 2001 From: lbill Date: Fri, 4 Nov 2022 16:12:32 +0000 Subject: [PATCH] Enable fingerprint testing virtual HAL on F10 We plan to set all projects able to run biometrics-jank e2e tests Test: forest test with atp config \ v2/biometrics/health/microbench/biometrics/biometrics-jank-suite Bug: 228638448 Bug: 236074209 Change-Id: If3482fdee90a8aee7315311ee2ec257134d5faf8 --- device-felix.mk | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/device-felix.mk b/device-felix.mk index 36028c0..752e9c5 100644 --- a/device-felix.mk +++ b/device-felix.mk @@ -286,3 +286,8 @@ PRODUCT_PROPERTY_OVERRIDES += \ # Bluetooth OPUS codec PRODUCT_PRODUCT_PROPERTIES += \ persist.bluetooth.opus.enabled=true + +# Biometrics virtual HAL for e2e testing +PRODUCT_PACKAGES_DEBUG += \ + android.hardware.biometrics.fingerprint-service.example +