Home | History | Annotate | Download | only in tools

Lines Matching refs:toolchain

17 #  This shell script is used to download the sources of the Android NDK toolchain
19 # that can later be used with the 'built-toolchain.sh' script.
56 "Download the NDK toolchain sources from android.git.kernel.org into <src-dir>.
57 You will need to run this script before being able to rebuilt the NDK toolchain
102 PKGNAME=android-ndk-toolchain-$RELEASE
116 GITPREFIX=${GITPROTO}://android.git.kernel.org/toolchain
122 dump "downloading sources for toolchain/$1"
139 dump "Using sources for date '$GIT_DATE': toolchain/$1 revision $REVISION"
159 # Patch the toolchain sources
160 PATCHES_DIR="$PROGDIR/toolchain-patches"
162 dump "Patching toolchain sources"
180 # remove all info files from the toolchain sources
192 fail_panic "Could not package toolchain source archive ?. See $TMPLOG"
193 dump "Toolchain sources downloaded and packaged succesfully at $PACKAGE"
201 dump "Toolchain sources downloaded and copied to $SRC_DIR"