From a03bb845cb46751678c08c0a1fd0f9a9e2303285 Mon Sep 17 00:00:00 2001 From: ignaciogarcia Date: Fri, 28 Oct 2022 17:08:00 +0200 Subject: [PATCH] PEMA-103 Change sync to codegen as sources were moved --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index a2431f6..8a080a0 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -104,7 +104,7 @@ android { task genpEpEngineSyncSources(type:Exec) { workingDir "${pEpEngineSrc}" - commandLine 'make', "-j${threadsToUse}", '-C', 'sync' + commandLine 'make', "-j${threadsToUse}", '-C', 'codegen' }