Home
last modified time | relevance | path

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

/ndk/build/tools/
Ddownload-toolchain-sources.sh125 GITREFERENCE=
127 GITREFERENCE=$OPTION_GIT_REFERENCE
128 if [ ! -d "$GITREFERENCE" -o ! -d "$GITREFERENCE/build" ]; then
129 echo "ERROR: Invalid reference repository directory path: $GITREFERENCE"
132 dump "Using git clone reference: $GITREFERENCE"
142 if [ "$GITREFERENCE" ]; then
143 GITFLAGS=$GITFLAGS" --shared --reference $GITREFERENCE/$1"