[issue30386] Add a build infrastructure for Android

2019-12-10 Thread Xavier de Gaye
Change by Xavier de Gaye : -- resolution: -> works for me stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue30386] Add a build infrastructure for Android

2017-12-12 Thread STINNER Victor
STINNER Victor added the comment: See also the thread on python-dev: [Python-Dev] Support of the Android platform https://mail.python.org/pipermail/python-dev/2017-December/151171.html -- ___ Python tracker _

[issue30386] Add a build infrastructure for Android

2017-12-12 Thread STINNER Victor
STINNER Victor added the comment: See also https://github.com/python/buildmaster-config/pull/26 : "Add the Android build factory". -- ___ Python tracker ___ __

[issue30386] Add a build infrastructure for Android

2017-05-30 Thread Xavier de Gaye
Xavier de Gaye added the comment: I don't intend to change the current code in PR 1629 until there is a review or comments asking for changes. Ned Deily has self-requested a review, reviews from other people are also welcome. -- ___ Python tracker

[issue30386] Add a build infrastructure for Android

2017-05-30 Thread Xavier de Gaye
Xavier de Gaye added the comment: Details of commit "Update the native interpreter build on Setup.dist and version changes." in 408c05d44c6310b4a2f0659333560eca6071c8a5: Native interpreter build: * Copy Setup.dist to Setup when Setup.dist has been changed. * Run 'make distclean' upon a Python v

[issue30386] Add a build infrastructure for Android

2017-05-27 Thread Xavier de Gaye
Xavier de Gaye added the comment: Details of commit "Add Makefile targets to implement the buildbot steps" in 543a287c32a714a668e426ceb80f4add92cc5de4: The following buildbot steps, as defined by the UnixBuild class of the master.cfg buildbot configuration file, have now their corresponding co

[issue30386] Add a build infrastructure for Android

2017-05-19 Thread Xavier de Gaye
Xavier de Gaye added the comment: Commited 'bpo-30386: Support the new NDK Unified Headers'. This does fix the missing declarations in the NDK headers and android-api-24.patch is not needed now. It also fixes the missing declaration of sethostname() at API 24 that caused the import of the _soc

[issue30386] Add a build infrastructure for Android

2017-05-18 Thread Zachary Ware
Changes by Zachary Ware : -- nosy: +zach.ware ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue30386] Add a build infrastructure for Android

2017-05-17 Thread Xavier de Gaye
Changes by Xavier de Gaye : Added file: http://bugs.python.org/file46871/android-api-24.patch ___ Python tracker ___ ___ Python-bugs-list mail

[issue30386] Add a build infrastructure for Android

2017-05-17 Thread Xavier de Gaye
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 corr

[issue30386] Add a build infrastructure for Android

2017-05-17 Thread Xavier de Gaye
Changes by Xavier de Gaye : -- pull_requests: +1720 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue30386] Add a build infrastructure for Android

2017-05-17 Thread Xavier de Gaye
New submission from Xavier de Gaye: This PR adds a build infrastructure for Android on linux that allows a developer to check that source code changes do not break the existing state of this support by testing the changes on Android with a simple command. For example after a change to the sock