From 29a3e4b566fbc5a1afcb8f9bd734c317031b1027 Mon Sep 17 00:00:00 2001 From: fysx Date: Tue, 13 Jan 2015 20:57:00 +0100 Subject: [PATCH] fixed APP_PLATFORM warning --- jni/Application.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/jni/Application.mk b/jni/Application.mk index 2dc351f9..b936893c 100644 --- a/jni/Application.mk +++ b/jni/Application.mk @@ -5,5 +5,6 @@ APP_STL := gnustl_shared APP_ABI := armeabi armeabi-v7a APP_CPPFLAGS := -frtti APP_LDFLAGS := -llog -landroid -lz +APP_PLATFORM := 10 # APP_OPTIM := debug