Enable fingerprint HAL

Bug: 315737323
Test: build and boot on device
Change-Id: I6e9d3d45413ccc1c2864c033a433b49a6c326ee1
This commit is contained in:
chenkris 2023-12-11 03:47:03 +00:00 committed by KRIS CHEN
parent 367372f921
commit 17aa085dc0

View file

@ -237,3 +237,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