ferrari: Import fingerprint related config that was decommonized

Change-Id: Ie49a36d7199407d424ebaba9863ba1bd04e531a1
This commit is contained in:
pjgowtham
2025-10-14 21:40:33 +05:30
parent cc9c587167
commit ec8039f6bf

View File

@@ -33,6 +33,15 @@ PRODUCT_COPY_FILES += \
$(call soong_config_set,qtidisplay,oplus_udfps,true)
$(call soong_config_set,qtidisplay,pxlw_vendor_namespace,vendor/oneplus/sm8450-common)
# Fingerprint
PRODUCT_PACKAGES += \
android.hardware.biometrics.fingerprint@2.3-service.oplus
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.hardware.fingerprint.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.fingerprint.xml
$(call soong_config_set,surfaceflinger,udfps_lib,//hardware/oplus:libudfps_extension.oplus)
# NFC
PRODUCT_PACKAGES += \
android.hardware.nfc-service.nxp \