The Android SDK includes the Android NDK, which in turn contains a customizable GCC toolchain for Android on ARM processors; The question is, how do I build the NDK toolchain for running on Windows for the target x86 Android?
The tool chain is already configured to create Windows-based (cygwin) ARM targeting; There are also existing pre-built (unofficial) NDKs for x86 targeting, but they contain ready-made tools for x86 Linux, not Windows.
NDK contains a build-toolchain.sh script to restore its tool chain; the question is what exactly needs to be done to build this in order to create a whole chain of tools for Android x86?
source share