use new build directory structure from android ci changes in lokinet

This commit is contained in:
Jeff Becker 2021-11-23 12:40:18 -05:00
parent 4afbbcd432
commit d4fdf4902e
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05
1 changed files with 2 additions and 2 deletions

View File

@ -89,8 +89,8 @@ task compileNativeLibs(type: Exec) {
}
task ensureNativeLibs(type: Copy) {
from("$projectDir/../external/lokinet/") {
include 'lokinet-jni-*/*/*.so'
from("$projectDir/../external/lokinet/build-android") {
include 'out/*/*.so'
eachFile { fcd ->
fcd.relativePath = new RelativePath(true, fcd.relativePath.segments.drop(1))
}