Skip to content
Snippets Groups Projects
Commit 94502550 authored by TheScarastic's avatar TheScarastic
Browse files

mido: Fix fingerprint

 * Xiaomi doesnt seeems to do something special in fingerprintd so build it
 * Shipping prebuilt libhardware is totally a hax and should be removed
   when we come across some alternative
parent a794e884
No related branches found
No related tags found
No related merge requests found
...@@ -123,6 +123,10 @@ PRODUCT_PACKAGES += \ ...@@ -123,6 +123,10 @@ PRODUCT_PACKAGES += \
ethertypes \ ethertypes \
libebtc libebtc
# Fingerprint
PRODUCT_PACKAGES += \
fingerprintd
# FM # FM
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
FM2 \ FM2 \
......
...@@ -1305,16 +1305,17 @@ vendor/lib64/libtzdrmgenprov.so ...@@ -1305,16 +1305,17 @@ vendor/lib64/libtzdrmgenprov.so
# Fingerprint # Fingerprint
bin/gx_fpd bin/gx_fpd
bin/fingerprintd
lib64/libcom_fingerprints_service.so lib64/libcom_fingerprints_service.so
lib64/hw/fingerprint.searchf.so lib64/hw/fingerprint.searchf.so
lib64/hw/gxfingerprint.default.so lib64/hw/gxfingerprint.default.so
lib64/hw/fingerprint.goodix.so lib64/hw/fingerprint.goodix.so
lib/libcom_fingerprints_service.so lib/libcom_fingerprints_service.so
lib/libhardware.so
lib/hw/fingerprint.searchf.so lib/hw/fingerprint.searchf.so
lib64/libfp_client.so lib64/libfp_client.so
lib64/libfpservice.so lib64/libfpservice.so
lib64/libfpnav.so lib64/libfpnav.so
lib64/libhardware.so
# FM # FM
bin/fm_qsoc_patches bin/fm_qsoc_patches
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment