Added CrystaX toolchain support

This commit is contained in:
pelya
2010-09-14 18:22:50 +03:00
parent 2dd6c70d43
commit c28c1bf8d0
8 changed files with 45 additions and 18 deletions

View File

@@ -3,5 +3,5 @@
# Set here your own NDK path if needed
# export PATH=$PATH:~/src/endless_space/android-ndk-r4
cd project && nice -n5 ndk-build -j2 V=1 && ant debug && cd bin && adb install -r DemoActivity-debug.apk
cd project && nice -n5 ~/src/endless_space/android-ndk-r4-crystax/ndk-build -j2 V=1 && ant debug && cd bin && adb install -r DemoActivity-debug.apk