Remove project info from udfps_common.mk

Move GOODIX_CONFIG_BUILD_VERSION to device mk.
Fixes "There is no fp HAL on factory build".

Bug: 197213960
Test: lunch oriole-userdebug
Test: lunch factory_oriole-userdebug
Test: lunch oriole_hwasan-userdebug

Change-Id: I39ba0675eb3046d7d8229a996f3d728aedc59b02
This commit is contained in:
leohsieh 2021-08-19 23:56:06 +08:00 committed by Leo Hsieh
parent f8622be0fd
commit 0385e708a6

View file

@ -24,8 +24,16 @@ DEVICE_MANIFEST_FILE += \
endif endif
# Include the Goodix AIDL HAL namespaces. # Include the Goodix AIDL HAL namespaces.
ifeq ($(GOODIX_CONFIG_BUILD_VERSION), g6_trusty)
PRODUCT_SOONG_NAMESPACES += vendor/goodix/udfps/g6_trusty PRODUCT_SOONG_NAMESPACES += vendor/goodix/udfps/g6_trusty
PRODUCT_SOONG_NAMESPACES += vendor/goodix/udfps/g6_aidl_trusty PRODUCT_SOONG_NAMESPACES += vendor/goodix/udfps/g6_aidl_trusty
else ifeq ($(GOODIX_CONFIG_BUILD_VERSION), g7_trusty)
# TODO(b/196017212): support AIDL for g7 and remove the following package.
PRODUCT_PACKAGES += \
android.hardware.biometrics.fingerprint@2.1-service.goodix
else
$(error Invalid udfps build version)
endif
SOONG_CONFIG_NAMESPACES += fp_hal_feature SOONG_CONFIG_NAMESPACES += fp_hal_feature
SOONG_CONFIG_fp_hal_feature += biometric_suez_support SOONG_CONFIG_fp_hal_feature += biometric_suez_support