From 63799dd7b97dec9b9c9a8d056513b547d3818309 Mon Sep 17 00:00:00 2001 From: Jeff Pu Date: Thu, 2 Mar 2023 21:39:07 +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: I1926a4aee69dbaf5febac66252bc829c07d3efe7 --- device-felix.mk | 4 ---- 1 file changed, 4 deletions(-) diff --git a/device-felix.mk b/device-felix.mk index 8378687..6c675aa 100644 --- a/device-felix.mk +++ b/device-felix.mk @@ -317,7 +317,3 @@ ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT))) device/google/gs201/init.hardware.wlc.rc.userdebug:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.wlc.rc endif -# Biometrics virtual HAL for e2e testing -PRODUCT_PACKAGES_DEBUG += \ - android.hardware.biometrics.fingerprint-service.example -