a20: Wire up fingerprint

This commit is contained in:
nhglong 2025-09-17 16:27:00 +00:00
commit 21335a7e0a
3 changed files with 21 additions and 0 deletions

View file

@ -18,6 +18,13 @@ $(call inherit-product, frameworks/native/build/phone-xhdpi-2048-dalvik-heap.mk)
TARGET_SCREEN_HEIGHT := 1560
TARGET_SCREEN_WIDTH := 720
# Fingerprint
PRODUCT_PACKAGES += \
android.hardware.biometrics.fingerprint@2.3-service.samsung
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.hardware.fingerprint.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.fingerprint.xml
# Soong namespaces
PRODUCT_SOONG_NAMESPACES += $(LOCAL_PATH)