[Android] Revert "Download BuildTools/AndroidSupport"

Jean-Baptiste Kempf git at videolan.org
Sat Feb 7 23:55:37 CET 2015


vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Feb  7 23:55:33 2015 +0100| [4e47c8463f183d92b8d99cb4bbc5fab8501c3055] | committer: Jean-Baptiste Kempf

Revert "Download BuildTools/AndroidSupport"

This reverts commit 30cebe79c09ac646073de03786fed6c9a875e47d.

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

 compile.sh |   10 ----------
 1 file changed, 10 deletions(-)

diff --git a/compile.sh b/compile.sh
index 4d6a7c3..43f6f0b 100755
--- a/compile.sh
+++ b/compile.sh
@@ -88,16 +88,6 @@ if [ ! -d "gradle/wrapper" ]; then
     rm -rf gradle-${GRADLE_VERSION}-all.zip gradle-${GRADLE_VERSION}
 fi
 
-###############################
-# Install Gradle dependencies
-###############################
-if [ ! -z "$BUILD_TOOLS" ]; then
-    SUPPORT=`$ANDROID_SDK/tools/android list sdk -u --all  | grep -i support | cut -d'-' -f1 | xargs | sed 's/ /,/g'`
-    echo "y" | $ANDROID_SDK/tools/android update sdk --no-ui --all --filter $SUPPORT
-    BUILDTOOLS=`$ANDROID_SDK/tools/android list sdk -u --all  | grep -i 21.1.1 | cut -d'-' -f1`
-    echo "y" | $ANDROID_SDK/tools/android update sdk --no-ui --all --filter $BUILDTOOLS
-fi
-
 ####################
 # Configure gradle #
 ####################



More information about the Android mailing list