Browse Source
PEMA-103 Change sync to codegen as sources were moved
pull/25/head
ignaciogarcia
3 years ago
No known key found for this signature in database
GPG Key ID: 5E6A455C909DD623
1 changed files with
1 additions and
1 deletions
-
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' |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|