From 59e44821753327b1a38c719362eddaffd94e9813 Mon Sep 17 00:00:00 2001 From: lbill Date: Tue, 6 Dec 2022 08:03:26 +0000 Subject: [PATCH] Enable fingerprint testing virtual HAL on L10 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: I37e73725cd1516f85dbada434ae792fe1473a03c --- device-lynx.mk | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/device-lynx.mk b/device-lynx.mk index 5b4e060..1fed635 100644 --- a/device-lynx.mk +++ b/device-lynx.mk @@ -264,3 +264,8 @@ endif # SKU specific RROs PRODUCT_PACKAGES += \ SettingsOverlayG82U8 + +# Biometrics virtual HAL for e2e testing +PRODUCT_PACKAGES_DEBUG += \ + android.hardware.biometrics.fingerprint-service.example +