OpenLieroX: all three architectures won't fit into 100 Mb, so I'm building several .apk files

This commit is contained in:
pelya
2017-11-25 09:10:06 +02:00
parent 6a76b40436
commit b176328777
2 changed files with 5 additions and 4 deletions

View File

@@ -7,10 +7,10 @@ AppName="OpenLieroX"
AppFullName=openlierox.net
# Application version code (integer)
AppVersionCode=0591001
AppVersionCode=0591002
# Application user-visible version name (string)
AppVersionName="0.59b10a01"
AppVersionName="0.59b10a01-x86"
# Specify path to download application data in zip archive in the form 'Description|URL|MirrorURL^Description2|URL2|MirrorURL2^...'
# If you'll start Description with '!' symbol it will be enabled by default, other downloads should be selected by user from startup config menu
@@ -264,7 +264,8 @@ APP_PLATFORM=android-21
# Specify architectures to compile, 'all' or 'y' to compile for all architectures.
# Available architectures: armeabi armeabi-v7a x86 mips arm64-v8a
MultiABI='armeabi-v7a x86 arm64-v8a'
MultiABI='armeabi-v7a arm64-v8a'
#MultiABI='x86'
# Optional shared libraries to compile - removing some of them will save space
# MP3 support by libMAD is encumbered by patents and libMAD is GPL-ed