From 17a2309bb99843cbf08f95780061a06acf11b379 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 24 Jun 2015 09:08:40 +0100 Subject: [PATCH] Use https to download SDK --- tools/debian_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/debian_build.sh b/tools/debian_build.sh index 1dd565785..65dbd0dbc 100755 --- a/tools/debian_build.sh +++ b/tools/debian_build.sh @@ -22,7 +22,7 @@ cd $SDK_DIR # download the SDK if [ ! -f $SDK_DIR/android-sdk_$SDK_VERSION-linux.tgz ]; then - wget http://dl.google.com/android/android-sdk_$SDK_VERSION-linux.tgz + wget https://dl.google.com/android/android-sdk_$SDK_VERSION-linux.tgz tar -xzvf android-sdk_$SDK_VERSION-linux.tgz fi SDK_DIR=$SDK_DIR/android-sdk-linux