sdl2_frt/build-scripts
Sam Lantinga e977225937 Fixed bug 2839 - No way to create pre-built libraries for Android
Mark Callow

README-android says to copy or link the SDL source tree to the jni folder in your Android project. It is not desirable to have to compile SDL with every application; furthermore the Android NDK has support for prebuilt libraries.

Attached is script (to be put in build-scripts) that builds the Android version of the libraries. The script builds both the existing SDL2 module and a new SDL2_main module. This is a static library containing the code from src/main/android/SDL_android_main.c. Also attached is a patch for Android.mk adding this module.

Note that when building an application's native .so using this prebuilt libSDL2main, you must use a link option, such as --whole-archive, that forces inclusion of the code in the .so because the functions in SDL_android_main are called only from Java.
2017-08-13 17:59:59 -07:00
..
androidbuild.sh
androidbuildlibs.sh Fixed bug 2839 - No way to create pre-built libraries for Android 2017-08-13 17:59:59 -07:00
checker-buildbot.sh Disable static builds for static analysis. 2017-07-30 14:36:01 -04:00
config.guess
config.sub
emscripten-buildbot.sh Emscripten: Simplified option name in build script and README. 2017-04-02 21:33:24 +02:00
g++-fat.sh
gcc-fat.sh
install-sh
iosbuild.sh
ltmain.sh
mkinstalldirs
nacl-buildbot.sh
naclbuild.sh
raspberrypi-buildbot.sh
showrev.sh
strip_fPIC.sh
update-copyright.sh
updaterev.sh
windows-buildbot-zipper.bat windows-buildbot-zipper.bat: Check the correct path. 2017-07-30 14:09:18 -04:00
winrtbuild.bat
winrtbuild.ps1 WinRT: removed Windows 8.0 from build-bot + NuGet package creation scripts 2017-02-25 21:23:12 -05:00