From b809e696bfc8f6ec1ab4568dc2417ed2582f5f69 Mon Sep 17 00:00:00 2001 From: chenkris Date: Fri, 21 Jun 2024 03:44:47 +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: Idcd79c569d34b18680cd6fec836cae9b16014e81 --- device-akita.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/device-akita.mk b/device-akita.mk index 080ac02..520c9aa 100644 --- a/device-akita.mk +++ b/device-akita.mk @@ -336,7 +336,11 @@ PRODUCT_VENDOR_PROPERTIES += \ persist.vendor.camera.increase_thread_priority_nodes_stop=true # 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)