From 747e660578b6a1e91abc6879fa9e0e9f9fe488b3 Mon Sep 17 00:00:00 2001 From: Sergii Pylypenko Date: Tue, 3 Sep 2019 21:33:51 +0300 Subject: [PATCH] OpenTTD JGR: updated project files --- project/jni/application/openttd-jgrpp/AndroidAppSettings.cfg | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/project/jni/application/openttd-jgrpp/AndroidAppSettings.cfg b/project/jni/application/openttd-jgrpp/AndroidAppSettings.cfg index 8479a24c5..b29c6d76c 100644 --- a/project/jni/application/openttd-jgrpp/AndroidAppSettings.cfg +++ b/project/jni/application/openttd-jgrpp/AndroidAppSettings.cfg @@ -269,8 +269,7 @@ APP_PLATFORM= # Specify architectures to compile, 'all' or 'y' to compile for all architectures. # Available architectures: armeabi-v7a arm64-v8a x86 x86_64 -MultiABI='arm64-v8a' -#MultiABI='arm64-v8a armeabi-v7a x86 x86_64' +MultiABI='arm64-v8a armeabi-v7a x86 x86_64' # Optional shared libraries to compile - removing some of them will save space # MP3 patents are expired, but libmad license is GPL, not LGPL @@ -299,7 +298,7 @@ AppSubdirsBuild='' AppBuildExclude='' # Application command line parameters, including app name as 0-th param -AppCmdline='openttd -d 1' +AppCmdline='openttd -d 0' # Screen size is used by Google Play to prevent an app to be installed on devices with smaller screens # Minimum screen size that application supports: (s)mall / (m)edium / (l)arge