summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d5b8fc2cdb..48a1626516 100644
--- a/Makefile
+++ b/Makefile
@@ -565,7 +565,7 @@ run-android-ui-test:
.PHONY: apackage
apackage:
- cd platform/android && ./gradlew --parallel-threads=$(JOBS) assemble$(BUILDTYPE)
+ cd platform/android && ./gradlew --parallel --max-workers=$(JOBS) assemble$(BUILDTYPE)
.PHONY: test-code-android
test-code-android: