mirror of
https://github.com/izzy2lost/Starship.git
synced 2026-07-05 15:19:42 -07:00
Merge branch 'main' of https://github.com/izzy2lost/Starship
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user