Merge pull request #53 from brousch/update-default-ndk-r9

Update default Android NDK to r9
This commit is contained in:
qua-non 2013-10-15 11:35:01 -07:00
commit a12ded77b9
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 = 8c
#android.ndk = 9
# (str) Android NDK directory (if empty, it will be automatically downloaded.)
#android.ndk_path =

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 = '8e'
ANDROID_NDK_VERSION = '9'
APACHE_ANT_VERSION = '1.8.4'