Hard-coding `arm-eabi` as the arch [here](https://github.com/kivy/python-for-android/blob/master/pythonforandroid/recipes/python2/__init__.py#L86) means that it will target `arm-eabi` regardless of what arch you intend to target (x86, mips, arm64, etc)
Hard-coding
arm-eabias the arch here means that it will targetarm-eabiregardless of what arch you intend to target (x86, mips, arm64, etc)