From 3af08d4f6b4609e1c4a2cc8d4f3c4347b53cbbc4 Mon Sep 17 00:00:00 2001 From: Kris Chen Date: Fri, 23 Apr 2021 17:37:46 +0800 Subject: [PATCH] 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 --- fingerprint/udfps.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fingerprint/udfps.mk b/fingerprint/udfps.mk index 8272527a..dbd827a9 100644 --- a/fingerprint/udfps.mk +++ b/fingerprint/udfps.mk @@ -21,6 +21,10 @@ PRODUCT_COPY_FILES += \ PRODUCT_SOONG_NAMESPACES += vendor/goodix/udfps/g6_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 += \ android.hardware.biometrics.fingerprint@2.1-service.goodix \ android.hardware.biometrics.fingerprint-service.goodix