You've already forked KernelSU-Next
mirror of
https://github.com/KernelSU-Next/KernelSU-Next.git
synced 2025-08-27 23:46:34 +00:00
manager: Next modifications, ksud: 16GB sparse image
This commit is contained in:
@@ -18,7 +18,7 @@ cmaker {
|
||||
"-DANDROID_STL=none",
|
||||
)
|
||||
)
|
||||
abiFilters("arm64-v8a", "x86_64", "riscv64")
|
||||
abiFilters("arm64-v8a")
|
||||
}
|
||||
buildTypes {
|
||||
if (it.name == "release") {
|
||||
@@ -80,7 +80,7 @@ subprojects {
|
||||
versionName = managerVersionName
|
||||
}
|
||||
ndk {
|
||||
abiFilters += listOf("arm64-v8a", "x86_64", "riscv64")
|
||||
abiFilters += listOf("arm64-v8a")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user