Build g7_trusty_next for “next” configuration

Bug: 348542941
Test: build
Change-Id: Iffea2d1d1450680d1206455eb1579ff99028be28
This commit is contained in:
chenkris 2024-06-21 04:00:44 +00:00 committed by KRIS CHEN
parent b6095e745f
commit 62e3654538
2 changed files with 8 additions and 0 deletions

View file

@ -262,7 +262,11 @@ PRODUCT_SOONG_NAMESPACES += \
device/google/pantah
# Fingerprint HAL
ifneq (,$(filter AP4%,$(RELEASE_PLATFORM_VERSION)))
GOODIX_CONFIG_BUILD_VERSION := g7_trusty_next
else
GOODIX_CONFIG_BUILD_VERSION := g7_trusty
endif
$(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)