mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-05 10:15:34 +08:00
Use sdkmanager to download ndk-bundle
This commit is contained in:
committed by
Fredrik Fornwall
parent
221046732b
commit
5ff801c914
@@ -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:
|
||||
|
Reference in New Issue
Block a user