[Android] Update downloading log

Jean-Baptiste Kempf git at videolan.org
Tue Dec 20 10:12:10 CET 2016


vlc-android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Dec 20 10:10:53 2016 +0100| [155458d118ac806ca3b9988eefab62ba3e02af52] | committer: Jean-Baptiste Kempf

Update downloading log

> https://code.videolan.org/videolan/vlc-android/commit/155458d118ac806ca3b9988eefab62ba3e02af52
---

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

diff --git a/compile.sh b/compile.sh
index 4cd0ff5..ae25499 100755
--- a/compile.sh
+++ b/compile.sh
@@ -160,7 +160,7 @@ fi
 
 # Download build tools, Android SDK version & Android AppCompat
 for i in "build-tools;25.0.2" "platforms;android-24" "extras;google;m2repository"; do
-    echo "Downloading $i"
+    echo "Checking and/or downloading '$i'"
     yes | $ANDROID_SDK/tools/bin/sdkmanager $i
 done
 



More information about the Android mailing list