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.
45 OPTION_GIT_BASE=https://android.googlesource.com/toolchain
65 "Download the NDK toolchain sources from android.googlesource.com into <src-dir>.
66 You will need to run this script before being able to rebuilt the NDK toolchain
81 toolchain repositories on your machine. Use --git-reference=<path> to
115 PKGNAME=android-ndk-toolchain-$RELEASE
135 # Clone a given toolchain git repository
145 dump "Cloning git repository for toolchain/$1"
180 (printf "%-38s " "toolchain/$NAME.git $BRANCH"; $GITCMD $GITOPTS log -1 --format=oneline $REVISION) >> $SOURCES_LIST
252 # Patch the toolchain sources
254 PATCHES_DIR="$PROGDIR/toolchain-patches"
256 dump "Patching toolchain sources"
265 # remove all info files from the toolchain sources
277 fail_panic "Could not package toolchain source archive ?. See $TMPLOG"
278 dump "Toolchain sources downloaded and packaged succesfully at $PACKAGE"
288 dump "Toolchain sources downloaded and copied to $SRC_DIR"