Skip to content

Commit 7a828de

Browse files
est31paramat
authored andcommittedMay 16, 2016
Android: enable parallelism for main target too
This adds to the changes that commit 98d16e0 "Android: Tell make about sub-makes to speed up build" did, and enables parallel builds for minetest itself as well.
1 parent 01a784b commit 7a828de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎build/android/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,7 @@ clean_assets :
752752
apk: local.properties assets $(ICONV_LIB) $(IRRLICHT_LIB) $(CURL_LIB) $(GMP_LIB) $(LEVELDB_TARGET) \
753753
$(OPENAL_LIB) $(OGG_LIB) prep_srcdir $(ANDR_ROOT)/jni/src/android_version.h \
754754
$(ANDR_ROOT)/jni/src/android_version_githash.h sqlite3_download
755-
@${ANDROID_NDK}/ndk-build NDK_MODULE_PATH=${NDK_MODULE_PATH} \
755+
+ @${ANDROID_NDK}/ndk-build NDK_MODULE_PATH=${NDK_MODULE_PATH} \
756756
GPROF=${GPROF} APP_ABI=${TARGET_ABI} HAVE_LEVELDB=${HAVE_LEVELDB} \
757757
APP_PLATFORM=${APP_PLATFORM} \
758758
TARGET_LIBDIR=${TARGET_LIBDIR} \

0 commit comments

Comments
 (0)
Please sign in to comment.