From: David A. Velasco Date: Fri, 27 Jun 2014 12:15:04 +0000 (+0200) Subject: Added new Android licenses to accept through parameter in version 2 of android-sdk... X-Git-Tag: oc-android-1.7.0_signed~271^2~2 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/8bdf932ee05111be24320657e1b1005c314c8812 Added new Android licenses to accept through parameter in version 2 of android-sdk-installer --- diff --git a/.travis.yml b/.travis.yml index 1163d9bd..cdf92d57 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,9 @@ before_install: # Install base Android SDK - sudo apt-get update -qq - sudo apt-get install -qq libstdc++6:i386 lib32z1 expect - - export COMPONENTS=build-tools-18.1.0,android-14,android-17,android-19,sysimg-19,extra-android-support - - curl -3L https://raw.github.com/embarkmobile/android-sdk-installer/version-2/android-sdk-installer | bash /dev/stdin --install=$COMPONENTS + - set COMPONENTS="build-tools-18.1.0,android-14,android-17,android-19,sysimg-19,extra-android-support" + - set LICENSES="android-sdk-license-5be876d5|android-sdk-license-598b93a6" + - curl -3L https://raw.github.com/embarkmobile/android-sdk-installer/version-2/android-sdk-installer | bash /dev/stdin --install=$COMPONENTS --accept=$LICENSES - source ~/.android-sdk-installer/env - rm pom.xml - ./setup_env.sh