Actions
Feature #1784
openIntegrate toolchain build in Android build system
Start date:
04/09/2017
Due date:
% Done:
0%
Estimated time:
Resolution:
Device:
Grant:
Type of work:
Any programming languages (scripts, C, etc)
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
Actions