summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLeith Bade <leith@mapbox.com>2015-08-13 13:36:24 +1000
committerLeith Bade <leith@mapbox.com>2015-08-13 13:36:24 +1000
commitdbaac73e2c362203f6ce34ecafaa3ba4071eee13 (patch)
tree70f1050c97a8a031d2b613debf1f3214e57369b0 /Makefile
parent50ea965b931845b97c391be65a1f7ca765e84d94 (diff)
downloadqtlocation-mapboxgl-dbaac73e2c362203f6ce34ecafaa3ba4071eee13.tar.gz
Replace deprecated gradle --parallel-threads flag
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 61f2a4c0c3..dc15a3d5d4 100644
--- a/Makefile
+++ b/Makefile
@@ -72,7 +72,7 @@ android-lib: ; $(RUN) HOST=android Makefile/androidapp
# Builds the selected/default Android library
android: android-lib
- cd android/java && ./gradlew --parallel-threads=$(JOBS) assemble$(BUILDTYPE)
+ cd android/java && ./gradlew --parallel --max-workers=$(JOBS) assemble$(BUILDTYPE)
# Builds all android architectures.
android-all: android-lib-arm-v5 android-lib-arm-v7 android-lib-arm-v8