Update defauly Android NDK to r9

This commit is contained in:
Ben Rousch 2013-10-15 13:55:18 -04:00
parent aea246e666
commit 401e40d117
2 changed files with 2 additions and 2 deletions

View file

@ -64,7 +64,7 @@ fullscreen = 1
#android.sdk = 21 #android.sdk = 21
# (str) Android NDK version to use # (str) Android NDK version to use
#android.ndk = 8c #android.ndk = 9
# (str) Android NDK directory (if empty, it will be automatically downloaded.) # (str) Android NDK directory (if empty, it will be automatically downloaded.)
#android.ndk_path = #android.ndk_path =

View file

@ -11,7 +11,7 @@ Android target, based on python-for-android project
ANDROID_API = '14' ANDROID_API = '14'
ANDROID_MINAPI = '8' ANDROID_MINAPI = '8'
ANDROID_SDK_VERSION = '21' ANDROID_SDK_VERSION = '21'
ANDROID_NDK_VERSION = '8e' ANDROID_NDK_VERSION = '9'
APACHE_ANT_VERSION = '1.8.4' APACHE_ANT_VERSION = '1.8.4'