|
|
@ -8,7 +8,6 @@ def pEpAppPackageName = hasProperty('pEpAppPackageName') ? pEpAppPackageName : " |
|
|
|
|
|
|
|
def libetpanAndroid = file('external/libetpan/build-android') |
|
|
|
|
|
|
|
def pEpEngineAndroid = new File(new File(pEpEngineSrc), 'build-android') |
|
|
|
def pEpEngineDB = new File(new File(pEpEngineSrc), 'db') |
|
|
|
|
|
|
|
buildscript { |
|
|
@ -90,7 +89,6 @@ android { |
|
|
|
|
|
|
|
ext { |
|
|
|
//FIXME> improve that build to be able to build without the need of unzip deps // Get rid of unziping |
|
|
|
// pEpEngineZip = new File(pEpEngineAndroid, 'pEpEngine-android-1.zip') |
|
|
|
libEtPanZip = new File(libetpanAndroid, 'libetpan-android-1.zip') |
|
|
|
} |
|
|
|
|
|
|
@ -128,7 +126,6 @@ android { |
|
|
|
|
|
|
|
// unzip some of the dependencies |
|
|
|
task unzipDeps(type: Copy) { |
|
|
|
//from zipTree(pEpEngineZip) |
|
|
|
from zipTree(libEtPanZip) |
|
|
|
into file("${buildDir}") |
|
|
|
} |
|
|
|