summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLeith Bade <leith@mapbox.com>2014-12-26 19:45:40 +1300
committerLeith Bade <leith@mapbox.com>2014-12-26 19:45:40 +1300
commit4f840826606f1f323398ff62ffc2e654669e790b (patch)
treedf7d58430622a185fd6d20026d2e5f95e03f4d8b /Makefile
parent9396cb6559a3e4fc1ca730f5c9d9df6d543c5179 (diff)
downloadqtlocation-mapboxgl-4f840826606f1f323398ff62ffc2e654669e790b.tar.gz
Use two cores
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e18118bde6..8e85900a58 100644
--- a/Makefile
+++ b/Makefile
@@ -93,7 +93,7 @@ android:
export PATH="`MASON_DIR=./.mason MASON_PLATFORM=android ./.mason/mason env PATH`:${PATH}" && \
MASON_PLATFORM=android ./configure config-android.gypi && \
deps/run_gyp android/mapboxgl-app.gyp -Iconfig-android.gypi -Dplatform=android --depth=. --generator-output=./build/android -f make-android && \
- $(MAKE) -C build/android BUILDTYPE=$(BUILDTYPE) V=$(V) androidapp && \
+ $(MAKE) -C build/android -j$(JOBS) BUILDTYPE=$(BUILDTYPE) V=$(V) androidapp && \
mkdir -p android/java/lib/src/main/jniLibs/armeabi-v7a && \
cp build/android/out/$(BUILDTYPE)/lib.target/libmapbox-gl.so android/java/lib/src/main/jniLibs/armeabi-v7a/libmapbox-gl.so && \
mkdir -p android/java/lib/src/main/assets && \