Browse Source

PEMA-103 Change sync to codegen as sources were moved

pull/25/head
ignaciogarcia 3 years ago
parent
commit
a03bb845cb
No known key found for this signature in database GPG Key ID: 5E6A455C909DD623
  1. 2
      android/build.gradle

2
android/build.gradle

@ -104,7 +104,7 @@ android {
task genpEpEngineSyncSources(type:Exec) { task genpEpEngineSyncSources(type:Exec) {
workingDir "${pEpEngineSrc}" workingDir "${pEpEngineSrc}"
commandLine 'make', "-j${threadsToUse}", '-C', 'sync' commandLine 'make', "-j${threadsToUse}", '-C', 'codegen'
} }

Loading…
Cancel
Save