Remove project info from udfps_common.mk am: 4ac6e0cb59 am: e2f62493ce

Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15623881

Change-Id: I12462120c1ac203026a7b24fa4db063b7aa0ed78
This commit is contained in:
leohsieh 2021-08-31 11:52:37 +00:00 committed by Automerger Merge Worker
commit 7bf8127511

View file

@ -24,8 +24,16 @@ DEVICE_MANIFEST_FILE += \
endif
# 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_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_fp_hal_feature += biometric_suez_support