ANDROIDSDL: removed armeabi target, because support of armeabi removed from master branch of pelya(s) libSDL

This commit is contained in:
lubomyr 2018-01-01 21:07:26 +02:00 committed by Eugene Sandulenko
parent 83737a77ec
commit 773f6a8a95
2 changed files with 2 additions and 2 deletions

@ -165,7 +165,7 @@ FirstStartMenuOptions=''
# Enable multi-ABI binary, with hardware FPU support - it will also work on old devices,
# but .apk size is 2x bigger (y) / (n) / (x86) / (all)
MultiABI="armeabi armeabi-v7a arm64-v8a x86 x86_64"
MultiABI="armeabi-v7a arm64-v8a x86 x86_64"
# Minimum amount of RAM application requires, in Mb, SDL will print warning to user if it's lower
AppMinimumRAM=256

@ -165,7 +165,7 @@ FirstStartMenuOptions=''
# Enable multi-ABI binary, with hardware FPU support - it will also work on old devices,
# but .apk size is 2x bigger (y) / (n) / (x86) / (all)
MultiABI="armeabi armeabi-v7a arm64-v8a x86 x86_64"
MultiABI="armeabi-v7a arm64-v8a x86 x86_64"
# Minimum amount of RAM application requires, in Mb, SDL will print warning to user if it's lower
AppMinimumRAM=256