Home
last modified time | relevance | path

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

/ndk/build/tools/
Ddownload-toolchain-sources.sh45 OPTION_GIT_HTTP=no
46 register_var_option "--git-http" OPTION_GIT_HTTP "Use http to download sources from git"
87 if [ -n "$OPTION_GIT_BASE" -a "$OPTION_GIT_HTTP" = "yes" ] ; then
125 if [ "$OPTION_GIT_HTTP" = "yes" ] ; then
Drebuild-all-prebuilt.sh59 OPTION_GIT_HTTP=no
60 register_var_option "--git-http" OPTION_GIT_HTTP "Download sources with http."
165 if [ $OPTION_GIT_HTTP = "yes" ] ; then