Browse Source

Android : invoke pEpEngine build with updated path to libetpan

JNI-44
Edouard Tisserant 10 years ago
parent
commit
c477c92801
  1. 1
      android/build.gradle

1
android/build.gradle

@ -81,6 +81,7 @@ android {
task buildpEpEngine(type:Exec) {
workingDir pEpEngineAndroid
environment['GPGME_INCLUDE_PATH'] = externalIncludePath
environment['LIBETPAN_PATH'] = libetpanAndroid.absolutePath
commandLine './build.sh'
}
if(buildAutomatic=="true"){

Loading…
Cancel
Save