From bd92067116971d4b3df2d3f8bc232489c0e9f6a0 Mon Sep 17 00:00:00 2001 From: leohsieh Date: Fri, 20 Aug 2021 00:29:25 +0800 Subject: [PATCH] Include the Soong namespace of the UDFPS HAL Bug: 197219547 Test: build pass Change-Id: Ia3a769a8db711794fc5867ab30f14d6b8219ca20 --- fingerprint/udfps_common.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/fingerprint/udfps_common.mk b/fingerprint/udfps_common.mk index c05097ba..886a5555 100644 --- a/fingerprint/udfps_common.mk +++ b/fingerprint/udfps_common.mk @@ -28,6 +28,7 @@ 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) +PRODUCT_SOONG_NAMESPACES += vendor/goodix/udfps/g7_trusty # TODO(b/196017212): support AIDL for g7 and remove the following package. PRODUCT_PACKAGES += \ android.hardware.biometrics.fingerprint@2.1-service.goodix