Add ksud support for the armeabi-v7a architecture

Co-authored-by: backslashxx <118538522+backslashxx@users.noreply.github.com>
Co-authored-by: SChernykh <15806605+SChernykh@users.noreply.github.com>
Co-authored-by: ShirkNeko <109797057+ShirkNeko@users.noreply.github.com>
Signed-off-by: ShirkNeko <109797057+ShirkNeko@users.noreply.github.com>
This commit is contained in:
ShirkNeko
2025-05-15 20:00:51 +08:00
parent 842a8aa45a
commit 0baccb7621
9 changed files with 248 additions and 194 deletions

View File

@@ -17,7 +17,7 @@ cmaker {
"-DANDROID_STL=none",
)
)
abiFilters("arm64-v8a", "x86_64", "riscv64")
abiFilters("arm64-v8a", "x86_64", "armeabi-v7a")
}
buildTypes {
if (it.name == "release") {
@@ -61,7 +61,7 @@ subprojects {
versionName = managerVersionName
}
ndk {
abiFilters += listOf("arm64-v8a", "x86_64", "riscv64")
abiFilters += listOf("arm64-v8a", "x86_64", "armeabi-v7a")
}
}