Enable both AIDL and HIDL UDFPS HALs am: e98d76c98e

Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14065078

Change-Id: Ica789bba941a1f388fc877ba8f9c3e90a528ef53
This commit is contained in:
Ilya Matyukhin 2021-04-02 00:53:37 +00:00 committed by Automerger Merge Worker
commit 0798ad2853

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