Use sdkmanager to download ndk-bundle

This commit is contained in:
Matthew Klein 2018-08-28 20:48:48 -05:00 committed by Fredrik Fornwall
parent 221046732b
commit 5ff801c914
1 changed files with 3 additions and 2 deletions

View File

@ -17,8 +17,9 @@ android:
- extra-android-m2repository
before_install:
- git clone https://github.com/urho3d/android-ndk.git $HOME/android-ndk
- export ANDROID_NDK_HOME=$HOME/android-ndk
#- git clone https://github.com/urho3d/android-ndk.git $HOME/android-ndk
#- export ANDROID_NDK_HOME=$HOME/android-ndk
- yes | sdkmanager "ndk-bundle"
- yes | sdkmanager "platforms;android-28"
script: