summaryrefslogtreecommitdiff
path: root/wayne.mk
diff options
context:
space:
mode:
authordianlujitao <dianlujitao@lineageos.org>2018-12-24 12:04:48 +0800
committerIsaac Chen <isaacchen@isaacchen.cn>2018-12-29 16:34:23 +0100
commit302882abdb46c22554bae33977152281add8ef6b (patch)
treeb39b534d3b3ceae8ad2c2bf19cc1c58b283196cc /wayne.mk
parent5f26bcf56206a337303e203be8c0b4cb76605d13 (diff)
wayne-common: Support Alipay fingerprint payment
* IFAA manager is based on OnePlusOSS, but adapted for Xiaomi's mlipay interface.Also hardcode model detection to pass Alipay check. * vendor.xiaomi.hardware.mtdservice@1.0.so is not actually used, thus patchelf to drop it rather than shipping a blob. * Modify libmlipay.so to allow load firmware from vendor Change-Id: Idf3d3a8d40245984767f4ef5f60f9fe584e69f21
Diffstat (limited to 'wayne.mk')
-rw-r--r--wayne.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/wayne.mk b/wayne.mk
index 7835b3e..e59dcdb 100644
--- a/wayne.mk
+++ b/wayne.mk
@@ -134,6 +134,12 @@ PRODUCT_COPY_FILES += \
PRODUCT_PACKAGES += \
android.hardware.biometrics.fingerprint@2.1-service.xiaomi_wayne
+PRODUCT_PACKAGES += \
+ org.ifaa.android.manager
+
+PRODUCT_BOOT_JARS += \
+ org.ifaa.android.manager
+
# Bluetooth
PRODUCT_PACKAGES += \
libbt-vendor