android: update codebase to use java File API

This commit is contained in:
Bohdan Shulyar
2025-02-26 14:10:19 +02:00
committed by a1batross
parent d87cdd7ff8
commit 4f7a216191
37 changed files with 247 additions and 780 deletions

View File

@@ -49,6 +49,12 @@ android {
noCompress += ""
}
packaging {
jniLibs {
keepDebugSymbols.add("**/*.so")
}
}
sourceSets {
getByName("main") {
assets.srcDirs("../../3rdparty/extras/xash-extras")
@@ -56,12 +62,6 @@ android {
}
}
packaging {
jniLibs {
keepDebugSymbols.add("**/*.so")
}
}
buildTypes {
debug {
isMinifyEnabled = false