From 35f42eecbeb0881fa7aeabc085edb58ffbab7b50 Mon Sep 17 00:00:00 2001 From: Sascha Bacardit Date: Tue, 20 Sep 2022 21:29:57 +0200 Subject: [PATCH] Added multithread M1 might have issues with this; However I want to try the CI/CD for the sake of speed. --- android/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index fbe68cd..8ffb5c1 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -3,9 +3,9 @@ def pEpEngineSrc = hasProperty('pEpEngineSrc') ? pEpEngineSrc : "../../pEpEngine" def buildAutomatic = hasProperty('buildAutomatic') ? buildAutomatic : "true" //CHeck M1 answers the correct thing off .avaialableprocessors here -//def threadsToUse = hasProperty('threadsToUse') ? -// threadsToUse : Runtime.getRuntime().availableProcessors() -def threadsToUse = 1 +def threadsToUse = hasProperty('threadsToUse') ? + threadsToUse : Runtime.getRuntime().availableProcessors() +//threadsToUse = 1 def pEpEngineDB = new File(new File(pEpEngineSrc), 'db')