mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-01-10 18:21:14 +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",
|
commandLine 'python', "${sdl3Dir}/build-scripts/build-release.py",
|
||||||
'--actions', 'android',
|
'--actions', 'android',
|
||||||
'--fast', '--force',
|
'--fast', '--force',
|
||||||
"--root=${sdl3Dir}"
|
"--root=${sdl3Dir}", "--android-api=${android.defaultConfig.minSdk}"
|
||||||
|
|
||||||
doLast {
|
doLast {
|
||||||
def aarFile = file("${androidProject}/${sdl3Dir}/build-android").listFiles().find {
|
def aarFile = file("${androidProject}/${sdl3Dir}/build-android").listFiles().find {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user