Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7a90bcc2 authored by Bharath's avatar Bharath Committed by Alexander Martinz
Browse files

Reapply "axolotl: fingerprint: disable on GSIs"

This still causes some failure on the VTS module. Hence, drop
support on GSI again.

This reverts commit 24106076.

Test: run vts -m VtsHalBiometricsFingerprintV2_1TargetTest
Change-Id: I588bf7e0fb99887fcb937e15c5ded81890f2fa3f
parent 63434a52
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -214,6 +214,9 @@ PRODUCT_PROPERTY_OVERRIDES += \
PRODUCT_PACKAGES += \
    android.hardware.biometrics.fingerprint@2.1-service \

PRODUCT_COPY_FILES += \
    frameworks/native/data/etc/android.hardware.fingerprint.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/permissions/android.hardware.fingerprint.xml \

# FM packages
PRODUCT_PACKAGES += \
    FM2 \
@@ -228,7 +231,6 @@ PRODUCT_COPY_FILES += \
    frameworks/native/data/etc/android.hardware.camera.front.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.front.xml \
    frameworks/native/data/etc/android.hardware.camera.full.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.full.xml \
    frameworks/native/data/etc/android.hardware.camera.raw.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.raw.xml \
    frameworks/native/data/etc/android.hardware.fingerprint.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.fingerprint.xml \
    frameworks/native/data/etc/android.hardware.location.gps.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.location.gps.xml \
    frameworks/native/data/etc/android.hardware.nfc.hce.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.nfc.hce.xml \
    frameworks/native/data/etc/android.hardware.nfc.hcef.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.nfc.hcef.xml \