mirror of
https://github.com/yggdrasil-network/crispa-android.git
synced 2025-01-22 07:56:30 +00:00
1. reverted ndk build task
This commit is contained in:
parent
1d551bc766
commit
69170fa3e0
@ -30,16 +30,6 @@ android {
|
|||||||
ndkVersion "21.2.6472646"
|
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 {
|
dependencies {
|
||||||
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
||||||
implementation project(path: ':yggdrasil')
|
implementation project(path: ':yggdrasil')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user