Commit Graph

112 Commits

Author SHA1 Message Date
c9ce3ced58 change: Bump minSdkVersion to 24
Openttd dropped support to not having getifaddrs, and Android only
started shipping ifaddrs.h with SDK 24
2024-04-07 13:51:01 +01:00
86aa68b95a WIP prepare for v14.0 2024-04-06 01:30:11 +01:00
pelya
ba816271e4 SDL: removed Proguard check, fixed build scripts 2023-05-17 15:47:15 +03:00
9249dd3ffc feat: Allow multiple full app names 2023-05-17 12:07:15 +03:00
Miguel Horta
0baa3f3eee Use f-droid's gradle
Drop wrapper usage
2023-05-17 12:06:40 +03:00
Miguel Horta
a92f6cf9b8 Allow building for F-Droid 2023-05-17 12:06:35 +03:00
Miguel Horta
6e8c289854 Fix syntax error 2023-05-17 11:53:13 +03:00
Miguel Horta
895977f0c8 Fix post build condition 2023-05-17 11:53:13 +03:00
Miguel Horta
2e44deacdf Fix indentation
Add .editorconfig to easily enforce indentation rules
2023-05-17 11:53:12 +03:00
b8337a5253 Reduce the terseness of build.sh
Allowing easier reading and editing
2023-05-17 11:53:12 +03:00
Miguel Horta
370435341a Change whatever I saw that irked me 2023-05-17 11:53:12 +03:00
Miguel Horta
cb8fe0ee00 Add some check to ensure proper build env 2023-05-17 11:53:12 +03:00
pelya
ee0df4f895 SDL: various build fixes 2023-05-14 19:18:00 +03:00
Sergii Pylypenko
8f3d943292 SDL: updated zipalign arguments 2022-01-06 03:47:28 +02:00
Sergii Pylypenko
094d04a4c2 SDL2 Java implementation 2022-01-03 02:12:10 +02:00
pelya
636559b5af SDL: put debug info from shared libraries into app bundle, updated build scripts to remove hacks and better integrate with Gradle 2021-01-08 02:29:59 +02:00
pelya
c928f762f9 SDL: zipalign will refuse to align signed debug build, make it not an error 2021-01-06 01:00:04 +02:00
pelya
82c4111733 OpenTTD: removed useless variable from the build script 2021-01-01 01:49:17 +02:00
pelya
0502bd9416 SDL: update to NDK r22 - switch from GNU binutils strip to llvm-strip 2020-12-31 22:13:50 +02:00
pelya
6b7505dc1f SDL: fixed build scripts 2020-04-17 00:52:53 +03:00
pelya
70f933c12a SDL: updated Gradle and Play Games library, this fixes cloud saves 2020-04-16 23:07:01 +03:00
Sergii Pylypenko
7c88857742 SDL: copy executable binaries to lib dir in apk, according to https://issuetracker.google.com/issues/128554619 2019-10-15 17:57:55 +03:00
Sergii Pylypenko
d9ce299843 SDL: put binaries.zip to lib/<ARCH>/ so Play Store will (maybe, not tested) strip binaries for unsupported architectures 2019-02-25 21:26:54 +02:00
Sergii Pylypenko
bb46839637 SDL: fixed path to .apk file in build script 2019-02-25 19:39:18 +02:00
Sergii Pylypenko
51790527e9 SDL: do not build prebuilt libs if they are not used by the app 2018-10-11 17:28:41 +03:00
Sergii Pylypenko
1950b85d8b SDL: removed deprecated architectures from build script 2018-07-05 16:53:47 +03:00
pelya
38663832d2 OpenLieroX: bump version 2018-02-04 20:13:07 +02:00
Sergii Pylypenko
209a16fd9f SDL: fixed Google Play Game Services linking 2017-09-27 22:09:57 +03:00
Sergii Pylypenko
4701548e01 SDL: switched build system from Ant to Gradle, because Google forced this piece of shit on me with SDK update
If you are getting build errors, delete the directory project/app/build
2017-09-26 23:30:34 +03:00
lubomyr
32f1ca882e updated api (25) in build.sh script, it fixed openssl compilation 2017-03-11 19:04:19 +02:00
Sergii Pylypenko
a826416f74 SDL: fixed SDL_ANDROID_GetScreenKeyboardTextInputAsync() API, build.sh -q will rebuild only armeabi-v7a package 2017-01-10 20:47:35 +02:00
Sergii Pylypenko
a830d85c87 Ninslash: updated readme 2016-09-21 22:21:27 +03:00
Sergii Pylypenko
4a3ab0c1ad Ninslash: updated 2016-08-23 23:49:12 +03:00
Sergii Pylypenko
418d868a88 Merge branch 'sdl_android' of github.com:pelya/commandergenius 2016-06-28 22:21:50 +03:00
Sergii Pylypenko
a1da75bb25 SDL: clang support in setEnvironment scripts, set CLANG=1 envvar for it to work, you will also need to include -latomic to your libs for ARM builds 2016-06-28 22:18:38 +03:00
pelya
58558aa892 SDL: timestamping debug builds makes no sense 2016-06-26 23:50:53 +03:00
Sergii Pylypenko
ed2f31189c SDL: support for AndroidPostBuild.sh script, to customize .apk file after it was generated 2016-06-06 19:40:42 +03:00
lubomyr
234245ae2d added -tsa http://timestamp.digicert.com to jarsigner for prevent warning 'No -tsa or -tsacert is provided and this jar is not timestamped.' 2016-03-12 16:40:47 +02:00
pelya
0198a72e35 SDL: NDK 11 is now exclusively for 64-bit host systems 2016-03-12 15:52:47 +02:00
pelya
67aa2ba70d SDL: NDK r11 - updated buildenv scripts to use GCC 4.9 everywhere, no Clang support yet 2016-03-12 15:34:55 +02:00
Sergii Pylypenko
4ec5d67fbb SDL: build.sh will accept app name to compile, so you can do './build.sh -r ballfield' to switch projects 2015-08-06 20:06:48 +03:00
Sergii Pylypenko
96ccb1c5ab Fixed libraries not stripped with newest NDK 2015-06-19 22:46:11 +03:00
pelya
174dd4a5ad Set GCC toolchain version from AndroidAppSettings.cfg 2014-11-08 01:28:04 +02:00
Sergii Pylypenko
064f685983 Minor update to OpenArena, small x64 fixes to random headers 2014-10-24 21:50:08 +03:00
Sergii Pylypenko
4b7001903f Support GCCVER parameter in all scripts so that projects can be build with any GCC version - patch by Alex Wulms 2014-10-07 23:29:11 +03:00
pelya
456bb768a4 Merge branch 'sdl_android' of github.com:pelya/commandergenius into sdl_android 2014-05-29 13:18:35 +03:00
pelya
2853920e98 Added support for armeabi-v7a-hard architecture, it seems to be buggy, because Ballfield launches but does not draw anything. To be fixed later. 2014-05-29 13:16:00 +03:00
Sergii Pylypenko
11840f1028 Added -q option to build.sh, for quick rebuilding C code 2014-05-28 22:25:56 +03:00
Sergii Pylypenko
3170168b38 Fixes to build system and to debug builds 2013-11-28 22:45:22 +02:00
Sergii Pylypenko
afff187cba setEnvironment scrtipts and CustomBuildScript support for MultiABI=all, by Lubomyr 2013-11-28 20:16:41 +02:00