|
|
@ -4,6 +4,7 @@ import org.apache.tools.ant.taskdefs.condition.Os |
|
|
|
|
|
|
|
def pEpEngineSrc = hasProperty('pEpEngineSrc') ? pEpEngineSrc : "../../pEpEngine" |
|
|
|
def buildAutomatic = hasProperty('buildAutomatic') ? buildAutomatic : "true" |
|
|
|
def pEpAppPackageName = hasProperty('pEpAppPackageName') ? pEpAppPackageName : "com.pep.k9" |
|
|
|
|
|
|
|
def pEpEngineAndroid = new File(new File(pEpEngineSrc), 'build-android') |
|
|
|
def libetpanAndroid = new File(new File(pEpEngineSrc), '../libetpan/build-android') |
|
|
|