Merge "Enable fingerprint HAL" into main

This commit is contained in:
KRIS CHEN 2023-12-18 10:14:58 +00:00 committed by Android (Google) Code Review
commit 8f4fb6f087

View file

@ -220,3 +220,13 @@ PRODUCT_VENDOR_PROPERTIES += \
# PKVM Memory Reclaim
PRODUCT_VENDOR_PROPERTIES += \
hypervisor.memory_reclaim.supported=1
# Fingerprint HAL
GOODIX_CONFIG_BUILD_VERSION := g7_trusty
PRODUCT_SOONG_NAMESPACES += vendor/google_devices/tegu/prebuilts/firmware/fingerprint
$(call inherit-product-if-exists, vendor/goodix/udfps/configuration/udfps_common.mk)
ifeq ($(filter factory%, $(TARGET_PRODUCT)),)
$(call inherit-product-if-exists, vendor/goodix/udfps/configuration/udfps_shipping.mk)
else
$(call inherit-product-if-exists, vendor/goodix/udfps/configuration/udfps_factory.mk)
endif