Browse Source

Comment out asn1 gradle task (included on Makefile now)

JNI-88
Hussein Kasem 7 years ago
parent
commit
f98ed83a7c
  1. 6
      android/build.gradle

6
android/build.gradle

@ -100,15 +100,15 @@ android {
commandLine 'make', 'gensource'
}
task genpEpEngineSyncSources(type:Exec, dependsOn: 'genpEpEngineAsn1Sources') {
task genpEpEngineSyncSources(type:Exec) {
workingDir '../../pEpEngine'
commandLine 'make', '-C', 'sync'
}
task genpEpEngineAsn1Sources(type:Exec) {
/*task genpEpEngineAsn1Sources(type:Exec) {
workingDir '../../pEpEngine'
commandLine 'make', '-C', 'asn.1', 'generate'
}
}*/
task cleanGenSource(type:Exec) {
workingDir '../src'

Loading…
Cancel
Save