From e9170d48ab18af726d70e7a5a912e50250470702 Mon Sep 17 00:00:00 2001 From: Ilya Matyukhin Date: Sat, 20 Mar 2021 01:35:27 +0000 Subject: [PATCH] Revert^2 "Include the Soong namespace of the UDFPS HAL" 548f6b81c4b6a8b713b41fd423fedb9c35a5f95c Change-Id: I68fd69e0a1aefad67da7b23f817462cb330d3c6d --- fingerprint/udfps.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fingerprint/udfps.mk b/fingerprint/udfps.mk index 089b531f..9d6ea9f2 100644 --- a/fingerprint/udfps.mk +++ b/fingerprint/udfps.mk @@ -17,5 +17,8 @@ PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.hardware.fingerprint.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.fingerprint.xml +# Include the Goodix AIDL HAL namespace. +PRODUCT_SOONG_NAMESPACES += vendor/goodix/udfps/g6_trusty + PRODUCT_PACKAGES += \ android.hardware.biometrics.fingerprint@2.1-service.goodix