Updated Android NDK default version to 9c

This commit is contained in:
Ben Rousch 2014-02-13 09:16:58 -05:00
parent c6c0acd78c
commit e70d208dbc
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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'