diff options
author | lubomyr | 2018-01-01 21:07:26 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2018-01-26 13:51:38 +0100 |
commit | 773f6a8a95434c6516cb64a7fa6a07c3e1e6e952 (patch) | |
tree | 2619cb0f1edf1832f86c667883c0b27eb41fa4cb | |
parent | 83737a77ecc8b1033d04e919ef806f9236f9c939 (diff) | |
download | scummvm-rg350-773f6a8a95434c6516cb64a7fa6a07c3e1e6e952.tar.gz scummvm-rg350-773f6a8a95434c6516cb64a7fa6a07c3e1e6e952.tar.bz2 scummvm-rg350-773f6a8a95434c6516cb64a7fa6a07c3e1e6e952.zip |
ANDROIDSDL: removed armeabi target, because support of armeabi removed from master branch of pelya(s) libSDL
-rw-r--r-- | dists/androidsdl/scummvm/AndroidAppSettings.cfg | 2 | ||||
-rw-r--r-- | dists/androidsdl/scummvm/AndroidAppSettings.cfg.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dists/androidsdl/scummvm/AndroidAppSettings.cfg b/dists/androidsdl/scummvm/AndroidAppSettings.cfg index d99474d708..34427129ea 100644 --- a/dists/androidsdl/scummvm/AndroidAppSettings.cfg +++ b/dists/androidsdl/scummvm/AndroidAppSettings.cfg @@ -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 diff --git a/dists/androidsdl/scummvm/AndroidAppSettings.cfg.in b/dists/androidsdl/scummvm/AndroidAppSettings.cfg.in index c0d1045b6b..0b6b6c6827 100644 --- a/dists/androidsdl/scummvm/AndroidAppSettings.cfg.in +++ b/dists/androidsdl/scummvm/AndroidAppSettings.cfg.in @@ -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 |