From 7345a01f56d1b7bf94ea0a5252ede76476dcc4a0 Mon Sep 17 00:00:00 2001 From: orangeudav Date: Fri, 5 Aug 2016 14:51:10 +0000 Subject: [PATCH] Update to actual version of NDK at 2016 --- jni/Application.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jni/Application.mk b/jni/Application.mk index ff0f73c1..a1997c62 100644 --- a/jni/Application.mk +++ b/jni/Application.mk @@ -6,6 +6,6 @@ APP_ABI := armeabi armeabi-v7a APP_CPPFLAGS := -frtti APP_LDFLAGS := -llog -landroid -lz APP_PLATFORM := 10 -NDK_TOOLCHAIN_VERSION := 4.8 +NDK_TOOLCHAIN_VERSION := 4.9 # APP_OPTIM := debug