Browse Source

Build g7_trusty_next for “next” configuration

Bug: 348542941
Test: build
Change-Id: I51ad9bfbfafe168f401ddb6f19efe45d3b33ba7d
chenkris 8 tháng trước cách đây
mục cha
commit
282198036a
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      device-lynx.mk

+ 4 - 0
device-lynx.mk

@@ -149,7 +149,11 @@ include device/google/lynx/bluetooth/qti_default.mk
 # 	ro.hardware.gatekeeper=software
 
 # 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)