aboutsummaryrefslogtreecommitdiff
path: root/build/tools
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@google.com>2010-04-05 17:39:35 -0700
committerDavid 'Digit' Turner <digit@google.com>2010-04-05 17:39:35 -0700
commit64e6ea5011a44c08e4632580b8729fcf34e37af8 (patch)
treeb9527b85611d5e1f9ac70c8fb6e8810694e03a3e /build/tools
parentec23dc8c1c9510334c7ca33da421adc18e7fa106 (diff)
downloadndk-64e6ea5011a44c08e4632580b8729fcf34e37af8.tar.gz
Refine download function to support ftp, ssh with <machine>:<path> and file://<path>
This is a preliminary change to further toolchain build scripts modifications Change-Id: I47758a23d916bc59f4b60eca83bcc6d6c2332203
Diffstat (limited to 'build/tools')
-rwxr-xr-xbuild/tools/build-toolchain.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/build/tools/build-toolchain.sh b/build/tools/build-toolchain.sh
index bdb210fab..6826a78ba 100755
--- a/build/tools/build-toolchain.sh
+++ b/build/tools/build-toolchain.sh
@@ -213,9 +213,9 @@ ANDROID_SYSROOT=$ANDROID_NDK_ROOT/build/platforms/$PLATFORM/arch-$ARCH
check_md5sum
# Do we have anything to download stuff
-find_program WGET wget
-find_program CURL curl
-find_program SCP scp
+find_program CMD_WGET wget
+find_program CMD_CURL curl
+find_program CMD_SCP scp
timestamp_check ()
{