[core] Fix build
This commit is contained in:
parent
c5bac3415c
commit
7afb339219
|
|
@ -201,26 +201,26 @@ afterEvaluate {
|
||||||
filter(mapOf("eol" to FixCrLfFilter.CrLf.newInstance("lf")), FixCrLfFilter::class.java)
|
filter(mapOf("eol" to FixCrLfFilter.CrLf.newInstance("lf")), FixCrLfFilter::class.java)
|
||||||
}
|
}
|
||||||
copy {
|
copy {
|
||||||
include("riru_lspd")
|
include("lspd")
|
||||||
rename("riru_lspd", "liblspd.so")
|
rename("lspd", "liblspd.so")
|
||||||
from("$libPathRelease/armeabi-v7a")
|
from("$libPathRelease/armeabi-v7a")
|
||||||
into("$zipPathMagiskReleasePath/riru/lib")
|
into("$zipPathMagiskReleasePath/riru/lib")
|
||||||
}
|
}
|
||||||
copy {
|
copy {
|
||||||
include("riru_lspd")
|
include("lspd")
|
||||||
rename("riru_lspd", "liblspd.so")
|
rename("lspd", "liblspd.so")
|
||||||
from("$libPathRelease/arm64-v8a")
|
from("$libPathRelease/arm64-v8a")
|
||||||
into("$zipPathMagiskReleasePath/riru/lib64")
|
into("$zipPathMagiskReleasePath/riru/lib64")
|
||||||
}
|
}
|
||||||
copy {
|
copy {
|
||||||
include("riru_lspd")
|
include("lspd")
|
||||||
rename("riru_lspd", "liblspd.so")
|
rename("lspd", "liblspd.so")
|
||||||
from("$libPathRelease/x86")
|
from("$libPathRelease/x86")
|
||||||
into("$zipPathMagiskReleasePath/riru_x86/lib")
|
into("$zipPathMagiskReleasePath/riru_x86/lib")
|
||||||
}
|
}
|
||||||
copy {
|
copy {
|
||||||
include("riru_lspd")
|
include("lspd")
|
||||||
rename("riru_lspd", "liblspd.so")
|
rename("lspd", "liblspd.so")
|
||||||
from("$libPathRelease/x86_64")
|
from("$libPathRelease/x86_64")
|
||||||
into("$zipPathMagiskReleasePath/riru_x86/lib64")
|
into("$zipPathMagiskReleasePath/riru_x86/lib64")
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue