Add build params

This commit is contained in:
Victor Shcherb 2013-02-21 00:50:18 +01:00
parent b90f9b519d
commit 5347bc7646

View file

@ -88,4 +88,4 @@ if [ -n "$BUILD_ALL" ] || [ -n "$OSMAND_MIPS_ONLY" ]; then
fi
cd $SCRIPT_LOC
$ANDROID_NDK/ndk-build
$ANDROID_NDK/ndk-build -j`nproc`