From 33234acb13fa944601d34881ab1e61852df0e6de Mon Sep 17 00:00:00 2001 From: lbill Date: Thu, 3 Nov 2022 18:08:44 +0000 Subject: [PATCH] Enable fingerprint testing virtual HAL on O6/R4 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: Ie693e90f7a25b521039440df62bdb08577de9181 --- device-oriole.mk | 5 +++++ device-raven.mk | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/device-oriole.mk b/device-oriole.mk index c8be815..a368d5a 100644 --- a/device-oriole.mk +++ b/device-oriole.mk @@ -269,3 +269,8 @@ else PRODUCT_COPY_FILES += \ device/google/raviole/location/gps_user.xml.oriole:$(TARGET_COPY_OUT_VENDOR)/etc/gnss/gps.xml endif + +# Biometrics virtual HAL for e2e testing +PRODUCT_PACKAGES_DEBUG += \ + android.hardware.biometrics.fingerprint-service.example + diff --git a/device-raven.mk b/device-raven.mk index d31a888..f7ba03a 100644 --- a/device-raven.mk +++ b/device-raven.mk @@ -280,3 +280,8 @@ else PRODUCT_COPY_FILES += \ device/google/raviole/location/gps_user.xml.raven:$(TARGET_COPY_OUT_VENDOR)/etc/gnss/gps.xml endif + +# Biometrics virtual HAL for e2e testing +PRODUCT_PACKAGES_DEBUG += \ + android.hardware.biometrics.fingerprint-service.example +