GeniusVentures / thirdparty

2 stars 2 forks source link

Handle MNN not supporting Android x86 ABI #36

Open henriqueaklein opened 11 months ago

henriqueaklein commented 11 months ago

According to a couple of sources, including the project's documentation there's no support for Android x86 ABI.

https://www.yuque.com/mnn/en/build_android https://mnn-docs.readthedocs.io/en/latest/compile/engine.html#android https://github.com/alibaba/MNN/issues/843

So we need to handle this on the thirdparty build for that specific case. Also on GeniusWallet the abi needs filtering on gradle if we land on the decision to no longer suport x86 ABI.