project_files/Android-build/Templates/complete_build.sh
branchhedgeroid
changeset 6037 8cdc7bc3e38c
parent 5381 8f95038f3f75
--- a/project_files/Android-build/Templates/complete_build.sh	Fri Oct 07 14:17:07 2011 +0200
+++ b/project_files/Android-build/Templates/complete_build.sh	Sat Oct 08 14:52:16 2011 +0200
@@ -2,7 +2,7 @@
 
 
 cd SDL-android-project
-${ANDROID_NDK}/ndk-build
+${ANDROID_NDK}/ndk-build -j 8
 if [ $? -ne 0 ] 
 then 
   echo "Failed to execute ${ANDROID_NDK}/ndk-build"