Issue 1119 Build for x86. Build script added. Tests are ok.
authorAlexander Smorkalov <no@email>
Mon, 2 Apr 2012 09:44:36 +0000 (09:44 +0000)
committerAlexander Smorkalov <no@email>
Mon, 2 Apr 2012 09:44:36 +0000 (09:44 +0000)
android/scripts/cmake_android_x86.sh [new file with mode: 0755]

diff --git a/android/scripts/cmake_android_x86.sh b/android/scripts/cmake_android_x86.sh
new file mode 100755 (executable)
index 0000000..a01df2e
--- /dev/null
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+cd `dirname $0`/..
+
+mkdir -p build_x86
+cd build_x86
+
+cmake -DANDROID_ABI=x86 -DCMAKE_TOOLCHAIN_FILE=../android.toolchain.cmake $@ ../..
+