gs101: udfps: enable biometric_suez_support

Bug: 186195932
Test: lunch oriole-userdebug; make -j$(nproc);
Test: Confirmed biometric suez code has run observed from logcat.
Change-Id: I1c4342ca3efa0c19b297dec6d911a8e803d0978c
This commit is contained in:
Kris Chen 2021-04-23 17:37:46 +08:00 committed by KRIS CHEN
parent 35d31057e7
commit 3af08d4f6b

View file

@ -21,6 +21,10 @@ PRODUCT_COPY_FILES += \
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
SOONG_CONFIG_NAMESPACES += fp_hal_feature
SOONG_CONFIG_fp_hal_feature += biometric_suez_support
SOONG_CONFIG_fp_hal_feature_biometric_suez_support := true
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
android.hardware.biometrics.fingerprint@2.1-service.goodix \ android.hardware.biometrics.fingerprint@2.1-service.goodix \
android.hardware.biometrics.fingerprint-service.goodix android.hardware.biometrics.fingerprint-service.goodix