Enable both AIDL and HIDL UDFPS HALs

Bug: 175070939
Bug: 183054007
Test: Both binaries are installed on device
Change-Id: I8d791ba117c472a3388f301d78d088dc96eb4255
This commit is contained in:
Ilya Matyukhin 2021-04-01 14:13:19 -07:00
parent b360446e82
commit e98d76c98e

View file

@ -17,8 +17,10 @@
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.
# Include the Goodix AIDL HAL namespaces.
PRODUCT_SOONG_NAMESPACES += vendor/goodix/udfps/g6_trusty
PRODUCT_SOONG_NAMESPACES += vendor/goodix/udfps/g6_aidl_trusty
PRODUCT_PACKAGES += \
android.hardware.biometrics.fingerprint@2.1-service.goodix
android.hardware.biometrics.fingerprint@2.1-service.goodix \
android.hardware.biometrics.fingerprint-service.goodix