From 2fa5c5525adee09a973b96b6d137decb79a9f7d8 Mon Sep 17 00:00:00 2001 From: Jeff Pu Date: Thu, 2 Mar 2023 21:40:50 +0000 Subject: [PATCH] Remove fingerprint virtual hal from individual pixel device mk files since it is included in common one Bug: 270940857 Test: manual build Change-Id: Ib93975ce0eaaa64284b7e45789752821e927fc40 --- device-lynx.mk | 4 ---- 1 file changed, 4 deletions(-) diff --git a/device-lynx.mk b/device-lynx.mk index fecef7a..c814db5 100644 --- a/device-lynx.mk +++ b/device-lynx.mk @@ -272,10 +272,6 @@ PRODUCT_PACKAGES += \ SettingsOverlayGHL1X \ SettingsOverlayGWKK3 -# Biometrics virtual HAL for e2e testing -PRODUCT_PACKAGES_DEBUG += \ - android.hardware.biometrics.fingerprint-service.example - # Setup Wizard device-specific settings PRODUCT_PRODUCT_PROPERTIES += \ setupwizard.feature.enable_quick_start_flow_for_debug=true \