summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-12-13 00:05:24 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-12-13 00:05:24 +0000
commit03051c06f009f09e3ea2b986b044b692c0806610 (patch)
treea6c914adf89ac1ae88ff2b0bfae0dd21289ef971
parente203fbc193c9ecc557a7638550a76c9f590a194a (diff)
parent97d2761437bf2c6e5a61b201a437fa997a5cfc66 (diff)
downloadpantah-03051c06f009f09e3ea2b986b044b692c0806610.tar.gz
Snap for 11211173 from 97d2761437bf2c6e5a61b201a437fa997a5cfc66 to 24Q1-release
Change-Id: Idab10f6d6b0b8b85e97e18a314442b3175921cd4
-rw-r--r--device-cheetah.mk7
-rw-r--r--device-panther.mk7
2 files changed, 12 insertions, 2 deletions
diff --git a/device-cheetah.mk b/device-cheetah.mk
index c14d596..346df4e 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)
@@ -318,7 +323,7 @@ PRODUCT_VENDOR_PROPERTIES += \
# Increment the SVN for any official public releases
PRODUCT_VENDOR_PROPERTIES += \
- ro.vendor.build.svn=43
+ ro.vendor.build.svn=44
# DCK properties based on target
PRODUCT_PROPERTY_OVERRIDES += \
diff --git a/device-panther.mk b/device-panther.mk
index 03e1bfe..b793f1b 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)
@@ -302,7 +307,7 @@ PRODUCT_VENDOR_PROPERTIES += \
# Increment the SVN for any official public releases
PRODUCT_VENDOR_PROPERTIES += \
- ro.vendor.build.svn=43
+ ro.vendor.build.svn=44
# DCK properties based on target
PRODUCT_PROPERTY_OVERRIDES += \