From 8acd5f5452e503436c135e979c045f6ca00098f6 Mon Sep 17 00:00:00 2001 From: chenkris Date: Mon, 24 Jun 2024 05:20:08 +0000 Subject: [PATCH] =?UTF-8?q?Revert=20"Build=20g7=5Ftrusty=5Fnext=20for=20?= =?UTF-8?q?=E2=80=9Cnext=E2=80=9D=20configuration"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 62e36545385a6b59427a2ac316838b50b821ef15. Bug: 348542941 Test: build Change-Id: I825c7b763c817da0eb067488a2ca6e983f1b94f8 --- device-cheetah.mk | 4 ---- device-panther.mk | 4 ---- 2 files changed, 8 deletions(-) diff --git a/device-cheetah.mk b/device-cheetah.mk index bf4bd53..bb3e030 100644 --- a/device-cheetah.mk +++ b/device-cheetah.mk @@ -283,11 +283,7 @@ 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 b4573aa..091ce97 100644 --- a/device-panther.mk +++ b/device-panther.mk @@ -262,11 +262,7 @@ 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)