[Android] compile.sh: Accept licenses
Hugo Beauzée-Luyssen
git at videolan.org
Mon Dec 19 15:53:02 CET 2016
vlc-android | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Mon Dec 19 15:52:28 2016 +0100| [9f896fabe526a85e36a2f1d94238b8f63ed6c8f6] | committer: Hugo Beauzée-Luyssen
compile.sh: Accept licenses
> https://code.videolan.org/videolan/vlc-android/commit/9f896fabe526a85e36a2f1d94238b8f63ed6c8f6
---
compile.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compile.sh b/compile.sh
index fc5e540..0123098 100755
--- a/compile.sh
+++ b/compile.sh
@@ -161,7 +161,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"
- $ANDROID_SDK/tools/bin/sdkmanager $i
+ yes | $ANDROID_SDK/tools/bin/sdkmanager $i
done
####################
More information about the Android
mailing list