From 5ac497f0b0af7ada865feef60341af25bff26c59 Mon Sep 17 00:00:00 2001 From: lubomyr Date: Sun, 25 Jun 2017 01:03:15 +0300 Subject: ANDROIDSDL: removed MIPS from compilation. Mips support stopped in pelya's libSDL. --- dists/androidsdl/scummvm/AndroidAppSettings.cfg | 2 +- 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 d636201863..47dff39a7d 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 mips" +MultiABI="armeabi 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 7837a9e196..a59f3a26ff 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 mips" +MultiABI="armeabi 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 -- cgit v1.2.3