Home | History | Annotate | Download | only in tools

Lines Matching refs:sources

17 #  This shell script is used to download the sources of the Android NDK toolchain
40 register_var_option "--git-date=<date>" GIT_DATE "Only sources that existed until specified <date>"
55 register_var_option "--no-patches" OPTION_NO_PATCHES "Do not patch sources"
65 "Download the NDK toolchain sources from android.googlesource.com into <src-dir>.
73 By default, this script will download sources from android.googlesource.com that
78 download the sources from another set of git repostories.
155 # Checkout sources from a git clone created with toolchain_clone
188 SOURCES_LIST=$(pwd)/SOURCES
252 # Patch the toolchain sources
256 dump "Patching toolchain sources"
257 run $PROGDIR/patch-sources.sh $FLAGS $TMPDIR $PATCHES_DIR
259 dump "ERROR: Could not patch sources."
265 # remove all info files from the toolchain sources
278 dump "Toolchain sources downloaded and packaged succesfully at $PACKAGE"
280 # copy sources to <src-dir>
284 cp $SOURCES_LIST $SRC_DIR/SOURCES
288 dump "Toolchain sources downloaded and copied to $SRC_DIR"