将如下依赖库编译为android so,支持 armv7,arm64
最终交付 .so文件
经过我们的努力已经编译了一部分, 目前需要的列表如下
boost https://www.boost.org/users/history/version_1_71_0.html
python3-numpy https://github.com/numpy/numpy/releases/tag/v1.17.4
python3-dev https://www.python.org/ftp/python/3.8.10/Python-3.8.10.tgz
python3-argcomplete https://github.com/kislyuk/argcomplete/releases/tag/v2.0.0
python3-importlib-metadata https://github.com/python/importlib_metadata/releases/tag/v1.5.0
python3-netifaces https://github.com/al45tair/netifaces/releases/tag/release_0_11_0
python3-packaging https://github.com/pypa/packaging/releases/tag/20.3
python3-lark-parser https://github.com/lark-parser/lark/releases/tag/0.12.0
openssl https://github.com/openssl/openssl/releases/tag/OpenSSL_1_1_1f
NDK交叉编译的库是否要去除版本号?另外最低的android api是要求21还是19
19,不用去除版本号
还需要吗?