Enable fingerprint HAL
Bug: 315737323 Test: build and boot on device Change-Id: I6e9d3d45413ccc1c2864c033a433b49a6c326ee1
This commit is contained in:
parent
367372f921
commit
17aa085dc0
1 changed files with 10 additions and 0 deletions
|
@ -237,3 +237,13 @@ PRODUCT_VENDOR_PROPERTIES += \
|
||||||
# PKVM Memory Reclaim
|
# PKVM Memory Reclaim
|
||||||
PRODUCT_VENDOR_PROPERTIES += \
|
PRODUCT_VENDOR_PROPERTIES += \
|
||||||
hypervisor.memory_reclaim.supported=1
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue