Remove fingerprint virtual hal from individual

pixel device mk files since it is included in common one

Bug: 270940857
Test: manual build
Change-Id: I4e0ce8870869b92eba866092bddaf01a513e5342
This commit is contained in:
Jeff Pu 2023-03-02 21:36:06 +00:00
parent f158d00086
commit 81501e3260
2 changed files with 0 additions and 6 deletions

View file

@ -374,9 +374,6 @@ PRODUCT_PRODUCT_PROPERTIES += \
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/handheld_core_hardware.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/handheld_core_hardware.xml
# Virtual fingerprint HAL
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 \

View file

@ -357,9 +357,6 @@ PRODUCT_PRODUCT_PROPERTIES += \
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/handheld_core_hardware.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/handheld_core_hardware.xml
# Virtual fingerprint HAL
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 \