Merge pull request #82 from kivy/update_ndk_to_9c
Updated Android NDK default version to 9c
This commit is contained in:
commit
03592b0459
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 = 9
|
||||
#android.ndk = 9c
|
||||
|
||||
# (bool) Use --private data storage (True) or --dir public storage (False)
|
||||
#android.private_storage = True
|
||||
|
|
|
@ -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 = '9'
|
||||
ANDROID_NDK_VERSION = '9c'
|
||||
APACHE_ANT_VERSION = '1.8.4'
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue