[issue30386] Add a build infrastructure for Android

Xavier de Gaye report at bugs.python.org
Wed May 17 10:23:36 EDT 2017


Xavier de Gaye added the comment:

The build system for the x86_64, x86 and armv7 architectures has been tested on API 21 and for the x86_64 and arm64 architectures on API 24.  Of these combinations of architecture/api, only x86_64 on API 21 builds correctly today, the others were building correctly few weeks ago but recent changes in Python seem to have broken those builds.

To fix this temporarily:
* Build the 32 bits architectures (x86 and armv7) with the attached issue29619.patch. This is a hack, the problem will be fixed in issue 29619.
* Build on API 24 with the attached android-api-24.patch. This is another hack, I will enter a new issue for those problems which are of a kind that is recurrent with the NDK: a function implemented in libc and whose declaration is missing in the NDK headers, a problem that is supposed to be fixed by UnifiedHeaders.

----------
keywords: +patch
Added file: http://bugs.python.org/file46870/issue29619.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30386>
_______________________________________


More information about the Python-bugs-list mailing list