mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-01-10 02:01:16 +00:00
Fix android build for legacy devices (#702)
This commit is contained in:
parent
047b5ff565
commit
017be000de
@ -79,7 +79,7 @@ tasks.register('compileSDL3AndroidArchive', Exec) {
|
||||
commandLine 'python', "${sdl3Dir}/build-scripts/build-release.py",
|
||||
'--actions', 'android',
|
||||
'--fast', '--force',
|
||||
"--root=${sdl3Dir}"
|
||||
"--root=${sdl3Dir}", "--android-api=${android.defaultConfig.minSdk}"
|
||||
|
||||
doLast {
|
||||
def aarFile = file("${androidProject}/${sdl3Dir}/build-android").listFiles().find {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user