From a2e84b8ea07d50f08732f6b6e016ad2563511d03 Mon Sep 17 00:00:00 2001 From: Nathan Freitas Date: Fri, 3 Apr 2015 12:59:07 -0400 Subject: [PATCH] fix JNI build info --- jni/Application.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jni/Application.mk b/jni/Application.mk index 512556b9..d4d6c447 100644 --- a/jni/Application.mk +++ b/jni/Application.mk @@ -1 +1,3 @@ +APP_OPTIM := release APP_ABI := armeabi armeabi-v7a +APP_PLATFORM := android-14