From 62e36545385a6b59427a2ac316838b50b821ef15 Mon Sep 17 00:00:00 2001 From: chenkris Date: Fri, 21 Jun 2024 04:00:44 +0000 Subject: [PATCH] =?UTF-8?q?Build=20g7=5Ftrusty=5Fnext=20for=20=E2=80=9Cnex?= =?UTF-8?q?t=E2=80=9D=20configuration?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: 348542941 Test: build Change-Id: Iffea2d1d1450680d1206455eb1579ff99028be28 --- device-cheetah.mk | 4 ++++ device-panther.mk | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/device-cheetah.mk b/device-cheetah.mk index bb3e030..bf4bd53 100644 --- a/device-cheetah.mk +++ b/device-cheetah.mk @@ -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) diff --git a/device-panther.mk b/device-panther.mk index 091ce97..b4573aa 100644 --- a/device-panther.mk +++ b/device-panther.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)