From 7135be3a4842d109e8c17c63a280a76a1c585a72 Mon Sep 17 00:00:00 2001 From: shagrath Date: Sat, 10 Nov 2012 19:07:33 +0100 Subject: [PATCH] x86 and mips support --- jni/Application.mk | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/jni/Application.mk b/jni/Application.mk index f6fd4d9..854fef2 100644 --- a/jni/Application.mk +++ b/jni/Application.mk @@ -1,3 +1 @@ -APP_ABI := armeabi -#To uncomment when x86 devices are out :) -#APP_ABI := armeabi x86 \ No newline at end of file +APP_ABI := armeabi x86 mips \ No newline at end of file