diff options
author | dianlujitao <dianlujitao@lineageos.org> | 2019-02-18 20:55:11 +0800 |
---|---|---|
committer | Isaac Chen <tingyi364@gmail.com> | 2019-09-01 13:46:30 +0200 |
commit | 9c0b7188f0a9209dc20f15c244d1aa20d0bb33ba (patch) | |
tree | d58f35b4985c23889fd2b14220f9bc97c0cc80bf /wayne.mk | |
parent | d90e487b85b23f73dd15f1d5ca84c857cfb3d109 (diff) |
wayne-common: Access mlipay hal via a binder service
* Untrusted apps are no longer allowed to directly access hwbinder on
Pie, implement a system service as a middleware between mlipay hal
and untrusted apps.
* Xiaomi uses similar solution for MIUI on Pie.
Change-Id: Ie52376b1f7bcd84d219fe73bceb4bdd6cc2b9980
Diffstat (limited to 'wayne.mk')
-rw-r--r-- | wayne.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -139,6 +139,7 @@ PRODUCT_PACKAGES += \ android.hardware.biometrics.fingerprint@2.1-service.xiaomi_wayne PRODUCT_PACKAGES += \ + IFAAService \ org.ifaa.android.manager PRODUCT_BOOT_JARS += \ |