From 7ea6f996b2f6647ff8ebd771bdf3467f0c5c0684 Mon Sep 17 00:00:00 2001 From: Peter Osterlund Date: Sun, 27 Dec 2015 01:20:07 +0100 Subject: [PATCH] DroidFish: Fixed stockfish startup problem for android 4.0 and earlier. --- DroidFish/jni/Application.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/DroidFish/jni/Application.mk b/DroidFish/jni/Application.mk index 74ee949..0edb90e 100644 --- a/DroidFish/jni/Application.mk +++ b/DroidFish/jni/Application.mk @@ -1,3 +1,4 @@ +APP_PLATFORM := 11 APP_ABI := all APP_STL := gnustl_static APP_OPTIM := release