From dfb79b66cbb464c88d1863858000cc9cb5dde6a0 Mon Sep 17 00:00:00 2001 From: Brendan Le Foll Date: Thu, 31 Oct 2013 15:16:13 -0100 Subject: [PATCH] Add x86 support --- jni/Application.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jni/Application.mk b/jni/Application.mk index 8b1896c..589fc4b 100644 --- a/jni/Application.mk +++ b/jni/Application.mk @@ -1,5 +1,5 @@ # The ARMv7 is significanly faster due to the use of the hardware FPU -APP_ABI := armeabi armeabi-v7a +APP_ABI := armeabi armeabi-v7a x86 APP_PLATFORM := android-8 APP_BUILD_SCRIPT := $(call my-dir)/highlight/Android.mk \