1. reverted ndk build task

This commit is contained in:
vadym 2020-06-17 01:06:39 -07:00
parent 1d551bc766
commit 69170fa3e0

View File

@ -30,16 +30,6 @@ android {
ndkVersion "21.2.6472646"
}
task ndkBuild(type: Exec) {
def rootDir = project.rootDir
workingDir = new File(rootDir,"yggdrasil")
commandLine 'make'
}
gradle.projectsEvaluated {
tasks.compileDebugKotlin.dependsOn(ndkBuild)
}
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation project(path: ':yggdrasil')