Reapply "axolotl: fingerprint: disable on GSIs"
This still causes some failure on the VTS module. Hence, drop
support on GSI again.
This reverts commit 241060768d226c357e2f8cd9210ec71bcae244b0.
Test: run vts -m VtsHalBiometricsFingerprintV2_1TargetTest
Change-Id: I588bf7e0fb99887fcb937e15c5ded81890f2fa3f
diff --git a/device.mk b/device.mk
index 53ebe33..bfa0b89 100644
--- a/device.mk
+++ b/device.mk
@@ -214,6 +214,9 @@
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 @@
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 \