diff --git a/device-husky.mk b/device-husky.mk index 24216bf..01e69a3 100644 --- a/device-husky.mk +++ b/device-husky.mk @@ -284,7 +284,7 @@ PRODUCT_VENDOR_PROPERTIES += \ # Fingerprint HAL GOODIX_CONFIG_BUILD_VERSION := g7_trusty -$(call soong_config_set,goodix,fingerprint_ta,//vendor/google_devices/shusky/prebuilts:g7.app) +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)),) $(call inherit-product-if-exists, vendor/goodix/udfps/configuration/udfps_shipping.mk) diff --git a/device-shiba.mk b/device-shiba.mk index 515f768..a002c7d 100644 --- a/device-shiba.mk +++ b/device-shiba.mk @@ -265,7 +265,7 @@ PRODUCT_VENDOR_PROPERTIES += \ # Fingerprint HAL GOODIX_CONFIG_BUILD_VERSION := g7_trusty -$(call soong_config_set,goodix,fingerprint_ta,//vendor/google_devices/shusky/prebuilts:g7.app) +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)),) $(call inherit-product-if-exists, vendor/goodix/udfps/configuration/udfps_shipping.mk)