Build fixes. Build scrips reorganized.

This commit is contained in:
Alexander Smorkalov
2013-05-22 18:09:24 +04:00
parent 20fef00a77
commit f85cf5bdd9
31 changed files with 1687 additions and 301 deletions

View File

@@ -0,0 +1,8 @@
#!/bin/sh
cd `dirname $0`/..
mkdir -p build_android_x86
cd build_android_x86
cmake -DANDROID_ABI=x86 -DCMAKE_TOOLCHAIN_FILE=../android/android.toolchain.cmake $@ ../..