bpo-29040: Support building Android with Unified Headers by xdegaye · Pull Request #4492 · python/cpython

@xdegaye

The first NDK release to support Unified Headers is android-ndk-r14.

yan12125

@xdegaye

yan12125 added a commit to yan12125/python3-android that referenced this pull request

Nov 24, 2017
xdegaye fixes the same problem with a simpler approach [1]. Not sure if
that will break applications on API 26 or not (Android O, Oreo)

[1] python/cpython#4492