aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xandroid/build.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/build.py b/android/build.py
index db475b43d..634d9bffb 100755
--- a/android/build.py
+++ b/android/build.py
@@ -40,8 +40,8 @@ build_arch = 'linux-x86_64'
os.environ['PKG_CONFIG_LIBDIR'] = os.path.join(root_path, 'lib/pkgconfig')
# select the NDK compiler
-gcc_version = '4.8'
-llvm_version = '3.3'
+gcc_version = '4.9'
+llvm_version = '3.5'
# select the NDK target
ndk_arch = 'arm'