Home
last modified time | relevance | path

Searched refs:BRANCH (Results 1 – 1 of 1) sorted by relevance

/ndk/build/tools/
Ddownload-toolchain-sources.sh28 BRANCH=master
29 register_var_option "--branch=<name>" BRANCH "Specify release branch"
164 local BRANCH=$2
168 log "Checking out $BRANCH branch of $NAME.git: $@"
169 local REVISION=origin/$BRANCH
175 if [ "$BRANCH" = "master" ]; then
176 BRANCH=
178 BRANCH="($BRANCH)"
180 …(printf "%-38s " "toolchain/$NAME.git $BRANCH"; $GITCMD $GITOPTS log -1 --format=oneline $REVISION…
210 toolchain_checkout "" $BRANCH build .
[all …]