gradle: fix vtm-android install + generate source jars
This commit is contained in:
@@ -22,10 +22,10 @@ before_install:
|
||||
- export ANDROID_HOME=$PWD/android-sdk-linux
|
||||
- export PATH=${PATH}:${ANDROID_HOME}/tools:${ANDROID_HOME}/platform-tools
|
||||
# install android build tools
|
||||
- wget https://dl-ssl.google.com/android/repository/build-tools_r21.0.2-linux.zip
|
||||
- unzip build-tools_r21.0.2-linux.zip -d $ANDROID_HOME
|
||||
- wget https://dl-ssl.google.com/android/repository/build-tools_r21.1.1-linux.zip
|
||||
- unzip build-tools_r21.1.1-linux.zip -d $ANDROID_HOME
|
||||
- mkdir -p $ANDROID_HOME/build-tools/
|
||||
- mv $ANDROID_HOME/android-5.0 $ANDROID_HOME/build-tools/21.0.2
|
||||
- mv $ANDROID_HOME/android-5.0 $ANDROID_HOME/build-tools/21.1.1
|
||||
# Install required components.
|
||||
# For a full list, run `android list sdk -a --extended`
|
||||
# Note that sysimg-18 downloads the ARM, x86 and MIPS images (we should optimize this).
|
||||
|
||||
Reference in New Issue
Block a user