Remove fingerprint virtual hal from individual

pixel device mk files since it is included in common one

Bug: 270940857
Test: manual build
Change-Id: Iccf66aa3cc42e57a62a79cbe31f7f1ca5ee807c1
This commit is contained in:
Jeff Pu 2023-03-02 21:38:26 +00:00
parent 45a3d0666d
commit e1757908eb
2 changed files with 0 additions and 8 deletions

View file

@ -272,10 +272,6 @@ else
device/google/raviole/location/gps_user.xml.oriole:$(TARGET_COPY_OUT_VENDOR)/etc/gnss/gps.xml device/google/raviole/location/gps_user.xml.oriole:$(TARGET_COPY_OUT_VENDOR)/etc/gnss/gps.xml
endif endif
# Biometrics virtual HAL for e2e testing
PRODUCT_PACKAGES_DEBUG += \
android.hardware.biometrics.fingerprint-service.example
# Setup Wizard device-specific settings # Setup Wizard device-specific settings
PRODUCT_PRODUCT_PROPERTIES += \ PRODUCT_PRODUCT_PROPERTIES += \
setupwizard.feature.enable_quick_start_flow_for_debug=true \ setupwizard.feature.enable_quick_start_flow_for_debug=true \

View file

@ -291,10 +291,6 @@ else
device/google/raviole/location/gps_user.xml.raven:$(TARGET_COPY_OUT_VENDOR)/etc/gnss/gps.xml device/google/raviole/location/gps_user.xml.raven:$(TARGET_COPY_OUT_VENDOR)/etc/gnss/gps.xml
endif endif
# Biometrics virtual HAL for e2e testing
PRODUCT_PACKAGES_DEBUG += \
android.hardware.biometrics.fingerprint-service.example
# Setup Wizard device-specific settings # Setup Wizard device-specific settings
PRODUCT_PRODUCT_PROPERTIES += \ PRODUCT_PRODUCT_PROPERTIES += \
setupwizard.feature.enable_quick_start_flow_for_debug=true \ setupwizard.feature.enable_quick_start_flow_for_debug=true \