summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLeith Bade <leith@mapbox.com>2014-12-26 19:53:36 +1300
committerLeith Bade <leith@mapbox.com>2014-12-26 19:53:36 +1300
commit98ea7366f3444ad020805594fd645a6fd74d3ea6 (patch)
treead6ffa6384ea6c27509c86ea56c0e64dbdd5a1e7 /Makefile
parent4f840826606f1f323398ff62ffc2e654669e790b (diff)
downloadqtlocation-mapboxgl-98ea7366f3444ad020805594fd645a6fd74d3ea6.tar.gz
Use two cores for gradle
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8e85900a58..0f1298a952 100644
--- a/Makefile
+++ b/Makefile
@@ -100,7 +100,7 @@ android:
cp build/android/out/$(BUILDTYPE)/ca-bundle.crt android/java/lib/src/main/assets/ca-bundle.crt && \
cp -r build/android/out/$(BUILDTYPE)/styles android/java/lib/src/main/assets/styles && \
cd android/java && \
- ./gradlew build
+ ./gradlew --parallel-threads=$(JOBS) build
##### Test cases ###############################################################