From 773f6a8a95434c6516cb64a7fa6a07c3e1e6e952 Mon Sep 17 00:00:00 2001 From: lubomyr Date: Mon, 1 Jan 2018 21:07:26 +0200 Subject: ANDROIDSDL: removed armeabi target, because support of armeabi removed from master branch of pelya(s) libSDL --- dists/androidsdl/scummvm/AndroidAppSettings.cfg.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dists/androidsdl/scummvm/AndroidAppSettings.cfg.in') 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 -- cgit v1.2.3