[Android] compile.sh: report downloading gradle

Edward Wang git at videolan.org
Sat Feb 21 03:52:34 CET 2015


vlc-ports/android | branch: master | Edward Wang <edward.c.wang at compdigitec.com> | Fri Feb 20 18:53:32 2015 -0800| [4c1870144d0b367200288170ceb1492a44a93bac] | committer: Edward Wang

compile.sh: report downloading gradle

Otherwise upon starting the script while waiting for it to download gradle, it appers to hang.

> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=4c1870144d0b367200288170ceb1492a44a93bac
---

 compile.sh |    1 +
 1 file changed, 1 insertion(+)

diff --git a/compile.sh b/compile.sh
index f6990b3..98bb2ca 100755
--- a/compile.sh
+++ b/compile.sh
@@ -75,6 +75,7 @@ checkfail()
 ##########
 
 if [ ! -d "gradle/wrapper" ]; then
+    echo "Downloading gradle"
     GRADLE_VERSION=2.2.1
     GRADLE_URL=http://services.gradle.org/distributions/gradle-${GRADLE_VERSION}-all.zip
     wget ${GRADLE_URL} 2>/dev/null || curl -O ${GRADLE_URL}



More information about the Android mailing list