Home
last modified time | relevance | path

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

/ndk/build/tools/
Ddownload-toolchain-sources.sh39 GIT_DATE=$TOOLCHAIN_GIT_DATE
40 register_var_option "--git-date=<date>" GIT_DATE "Only sources that existed until specified <date>"
170 if [ -n "$GIT_DATE" ] ; then
171 REVISION=`$GITCMD $GITOPTS rev-list -n 1 --until="$GIT_DATE" $REVISION`