Update defauly Android NDK to r9
This commit is contained in:
parent
aea246e666
commit
401e40d117
2 changed files with 2 additions and 2 deletions
|
@ -64,7 +64,7 @@ fullscreen = 1
|
|||
#android.sdk = 21
|
||||
|
||||
# (str) Android NDK version to use
|
||||
#android.ndk = 8c
|
||||
#android.ndk = 9
|
||||
|
||||
# (str) Android NDK directory (if empty, it will be automatically downloaded.)
|
||||
#android.ndk_path =
|
||||
|
|
|
@ -11,7 +11,7 @@ Android target, based on python-for-android project
|
|||
ANDROID_API = '14'
|
||||
ANDROID_MINAPI = '8'
|
||||
ANDROID_SDK_VERSION = '21'
|
||||
ANDROID_NDK_VERSION = '8e'
|
||||
ANDROID_NDK_VERSION = '9'
|
||||
APACHE_ANT_VERSION = '1.8.4'
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue