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 +