mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 13:15:35 +03:00
Added new Android licenses to accept through parameter in version 2 of android-sdk-installer
This commit is contained in:
parent
3b0cf59ea3
commit
8bdf932ee0
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue