diff options
Diffstat (limited to 'android/build.py')
-rwxr-xr-x | android/build.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/build.py b/android/build.py index 33f08151e..2b29a3fcd 100755 --- a/android/build.py +++ b/android/build.py @@ -65,7 +65,7 @@ class AndroidNdkToolchain: self.build_path = build_path ndk_arch = abi_info['ndk_arch'] - android_api_level = '14' + android_api_level = '21' ndk_platform = 'android-' + android_api_level # select the NDK compiler |