Skip to content

Commit

Permalink
Android: enable parallelism for main target too
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
est31 authored and paramat committed May 16, 2016
1 parent 01a784b commit 7a828de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/android/Makefile
Expand Up @@ -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} \
Expand Down

0 comments on commit 7a828de

Please sign in to comment.