From 357cc1f618589e8d6664dbee856061428c221ebc Mon Sep 17 00:00:00 2001 From: chenkris Date: Mon, 24 Jun 2024 11:24:07 +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 5011c28eab80d3fbd2b6f9be7f2d6d51a4976aab. Bug: 348542941 Test: build Change-Id: I26464d764de6964bc66126ef152ffcf068b8ce1c --- device-husky.mk | 4 ---- device-shiba.mk | 4 ---- 2 files changed, 8 deletions(-) diff --git a/device-husky.mk b/device-husky.mk index eb94b55..aad692e 100644 --- a/device-husky.mk +++ b/device-husky.mk @@ -322,11 +322,7 @@ PRODUCT_VENDOR_PROPERTIES += \ persist.device_config.configuration.disable_rescue_party=true # Fingerprint HAL -ifneq (,$(filter AP4%,$(RELEASE_PLATFORM_VERSION))) -GOODIX_CONFIG_BUILD_VERSION := g7_trusty_next -else GOODIX_CONFIG_BUILD_VERSION := g7_trusty -endif APEX_FPS_TA_DIR := //vendor/google_devices/shusky/prebuilts $(call inherit-product-if-exists, vendor/goodix/udfps/configuration/udfps_common.mk) ifeq ($(filter factory%, $(TARGET_PRODUCT)),) diff --git a/device-shiba.mk b/device-shiba.mk index 23a587a..4965a07 100644 --- a/device-shiba.mk +++ b/device-shiba.mk @@ -305,11 +305,7 @@ PRODUCT_VENDOR_PROPERTIES += \ persist.device_config.configuration.disable_rescue_party=true # Fingerprint HAL -ifneq (,$(filter AP4%,$(RELEASE_PLATFORM_VERSION))) -GOODIX_CONFIG_BUILD_VERSION := g7_trusty_next -else GOODIX_CONFIG_BUILD_VERSION := g7_trusty -endif APEX_FPS_TA_DIR := //vendor/google_devices/shusky/prebuilts $(call inherit-product-if-exists, vendor/goodix/udfps/configuration/udfps_common.mk) ifeq ($(filter factory%, $(TARGET_PRODUCT)),)