Android: enable parallelism for main target too
authorest31 <MTest31@outlook.com>
Thu, 12 May 2016 22:14:24 +0000 (00:14 +0200)
committerparamat <mat.gregory@virginmedia.com>
Mon, 16 May 2016 04:14:25 +0000 (05:14 +0100)
This adds to the changes that commit

98d16e0d9a945f5f48462c05f26ae4bde2db5731 "Android: Tell make about sub-makes to speed up build"

did, and enables parallel builds for minetest
itself as well.

build/android/Makefile

index 4ac9760f8e6294500fe740e7db55c7fe155fa806..3802969932c4381e22a24e30c2d486c944d24317 100644 (file)
@@ -752,7 +752,7 @@ clean_assets :
 apk: local.properties assets $(ICONV_LIB) $(IRRLICHT_LIB) $(CURL_LIB) $(GMP_LIB) $(LEVELDB_TARGET)       \
        $(OPENAL_LIB) $(OGG_LIB) prep_srcdir $(ANDR_ROOT)/jni/src/android_version.h    \
        $(ANDR_ROOT)/jni/src/android_version_githash.h sqlite3_download
-       @${ANDROID_NDK}/ndk-build NDK_MODULE_PATH=${NDK_MODULE_PATH}               \
+       + @${ANDROID_NDK}/ndk-build NDK_MODULE_PATH=${NDK_MODULE_PATH}             \
                GPROF=${GPROF} APP_ABI=${TARGET_ABI} HAVE_LEVELDB=${HAVE_LEVELDB}      \
                APP_PLATFORM=${APP_PLATFORM}                                           \
                TARGET_LIBDIR=${TARGET_LIBDIR}                                         \