summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorleohsieh <leohsieh@google.com>2023-12-11 20:45:53 +0800
committerLeo Hsieh <leohsieh@google.com>2023-12-12 08:38:33 +0000
commita950f0aa8ac3cbe1f371c386ca45704f8dbf03a8 (patch)
treece75aa493dccd2b8a6e4c228ad3e527c1dc15362
parentd4436fce118661a3e073f2ad4ce378f9e6c87f51 (diff)
downloadpantah-a950f0aa8ac3cbe1f371c386ca45704f8dbf03a8.tar.gz
udfps: split trusty app to 24Q1 and trunk version
fingerprint app -> firmware/fingerprint/[24Q1|trunk] Bug: 310904673 Change-Id: Idc63e53958a687cca3003deadcf4ae1e818fbff7
-rw-r--r--device-cheetah.mk5
-rw-r--r--device-panther.mk5
2 files changed, 10 insertions, 0 deletions
diff --git a/device-cheetah.mk b/device-cheetah.mk
index c14d596..bfcec46 100644
--- a/device-cheetah.mk
+++ b/device-cheetah.mk
@@ -274,6 +274,11 @@ PRODUCT_SOONG_NAMESPACES += \
# Fingerprint HAL
GOODIX_CONFIG_BUILD_VERSION := g7_trusty
+ifneq (,$(filter AP1%,$(RELEASE_PLATFORM_VERSION)))
+PRODUCT_SOONG_NAMESPACES += vendor/google_devices/pantah/prebuilts/firmware/fingerprint/24Q1
+else
+PRODUCT_SOONG_NAMESPACES += vendor/google_devices/pantah/prebuilts/firmware/fingerprint/trunk
+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 03e1bfe..f8a2487 100644
--- a/device-panther.mk
+++ b/device-panther.mk
@@ -254,6 +254,11 @@ PRODUCT_SOONG_NAMESPACES += \
# Fingerprint HAL
GOODIX_CONFIG_BUILD_VERSION := g7_trusty
+ifneq (,$(filter AP1%,$(RELEASE_PLATFORM_VERSION)))
+PRODUCT_SOONG_NAMESPACES += vendor/google_devices/pantah/prebuilts/firmware/fingerprint/24Q1
+else
+PRODUCT_SOONG_NAMESPACES += vendor/google_devices/pantah/prebuilts/firmware/fingerprint/trunk
+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)