This commit is contained in:
izzy2lost
2025-07-29 10:20:00 -04:00
+6 -7
View File
@@ -25,18 +25,17 @@ android {
externalNativeBuild {
cmake {
arguments "-DSDL_SHARED=ON", "-DANDROID_STL=c++_static", "-DHAVE_LD_VERSION_SCRIPT=OFF",'-DUSE_OPENGLES=ON'
// abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64'
abiFilters 'arm64-v8a'
abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64'
}
}
}
// ✅ Universal APK: disables split APKs per ABI
// splits {
// abi {
// enable false
// }
//}
splits {
abi {
enable false
}
}
buildTypes {
release {