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.
45 OPTION_GIT_BASE=https://android.googlesource.com/toolchain
59 "Download the NDK toolchain sources from android.googlesource.com into <src-dir>.
60 You will need to run this script before being able to rebuilt the NDK toolchain
75 toolchain repositories on your machine. Use --git-reference=<path> to
106 PKGNAME=android-ndk-toolchain-$RELEASE
133 dump "downloading sources for toolchain/$1"
151 dump "Using sources for date '$GIT_DATE': toolchain/$1 revision $REVISION"
155 (printf "%-32s " "toolchain/$1.git"; git log -1 --format=oneline) >> $SOURCES_LIST
175 # Patch the toolchain sources
177 PATCHES_DIR="$PROGDIR/toolchain-patches"
179 dump "Patching toolchain sources"
201 dump "Get binutils 2.21 from https://android.googlesource.com/toolchain/binutils.git"
205 run git clone https://android.googlesource.com/toolchain/binutils.git binutils
219 # remove all info files from the toolchain sources
231 fail_panic "Could not package toolchain source archive ?. See $TMPLOG"
232 dump "Toolchain sources downloaded and packaged succesfully at $PACKAGE"
241 dump "Toolchain sources downloaded and copied to $SRC_DIR"