Message 264946 - Python tracker
On android, the shell path is /system/bin/sh. The attached patch fixes this, assuming that there is a platform.android_ver() as per issue #26855: add platform.android_ver() for android. This could be changed for a test on sys.platform if there was a specific sys.platform value for android. With both patches and the LDFLAGS change on the cross-build system, test_distutils runs fine.