Browse Source

Use make pEp.jar instead of make gensource on gradle

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

2
android/build.gradle

@ -99,7 +99,7 @@ android {
// call source generation makefile target
task genSources(type:Exec, dependsOn: 'genpEpEngineAsn1Sources') {
workingDir '../src'
commandLine 'make', 'gensource'
commandLine 'make', 'pEp.jar'
}
task genpEpEngineSyncSources(type:Exec) {

Loading…
Cancel
Save