Feature #1784
openIntegrate toolchain build in Android build system
0%
Description
Currently, a simple script takes care of building the toolchain. The script needs to be converted to Android Makefiles, so parts of the toolchain can be built e.g. with make gcc-android
or the whole toolchain can simply be built by issuing make toolchain
.
A build error happens when the toolchain is built after running . build/envsetup.sh
in the same shell. So the toolchain always needs to be built in a newly opened shell where no Android build environment variables are already set.
The first step is to identify the environment variable(s) from envsetup.sh
that break the toolchain build. Then the toolchain is buildable in the Android build environment and it's possible to write the Makefiles.
Related issues
Updated by Wolfgang Wiedmeyer over 7 years ago
Toolchain documents the build script and provides more background info.
Updated by Denis 'GNUtoo' Carikli almost 5 years ago
- Target version changed from Replicant 6.0 to Replicant 6.0 0005
Updated by _I3^ RELATIVISM over 3 years ago
- Type of work Any programming languages (scripts, C, etc) added