Build g7_trusty_next for “next” configuration
Bug: 348542941 Test: build Change-Id: Iffea2d1d1450680d1206455eb1579ff99028be28
This commit is contained in:
parent
b6095e745f
commit
62e3654538
2 changed files with 8 additions and 0 deletions
|
@ -283,7 +283,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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue