mirror of
https://github.com/yggdrasil-network/crispa-android.git
synced 2024-11-12 21:41:05 +00:00
1. Rollback ndk task removal
This commit is contained in:
parent
47d722c967
commit
707f332b10
@ -38,6 +38,16 @@ android {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
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…
Reference in New Issue
Block a user