summaryrefslogtreecommitdiff
path: root/Android.mk
AgeCommit message (Expand)AuthorFilesLines
2017-08-30Fixed bug 3789 - Android : small clean upSam Lantinga1-5/+1
2017-08-13Fixed bug 2839 - No way to create pre-built libraries for AndroidSam Lantinga1-0/+20
2017-08-12Fixed bug 3191 - haptic system on android?Sam Lantinga1-1/+1
2017-02-10Make sure the memory barrier functions are always available, and now they are...Sam Lantinga1-1/+1
2015-05-06Android: Replaced spaces with tab in Android.mk file.Philipp Wiesemann1-1/+1
2014-08-11Implemented SDL_GetPrefPath() on Android - it returns the path used by SDL_An...Sam Lantinga1-1/+1
2014-06-15Fixed Android error on static lib build, if relative NDK_MODULE_PATH usedSam Lantinga1-1/+1
2014-01-08Add Dynamic API to Android makefile.Ryan C. Gordon1-0/+1
2013-10-10Fixed bug 2146 - Enable static linking of libSDL on AndroidSam Lantinga1-0/+17
2013-10-09Adds test framework to Android.mk and a simple utility to build Android projectsGabriel Jacobo1-1/+2
2013-08-20Added SDL_GetBasePath() and SDL_GetPrefPath() in new filesystem module.Ryan C. Gordon1-0/+1
2013-08-19Fixes bug #2037, common EGL code for Android and X11Gabriel Jacobo1-1/+1
2013-07-22Android: Removed all unnecessary dependencies on C++.Eric Wing1-1/+1
2013-06-17Improved include paths for projects using SDL on AndroidSam Lantinga1-0/+2
2012-09-23Fixed bug 1606 - SDL does not implement SDL_GetPowerInfo() for Android.Sam Lantinga1-0/+1
2012-01-30Updated Android Makefile for SDL2Sam Lantinga1-1/+1
2012-01-10David Carre cpasjuste@gmail.comSam Lantinga1-0/+1
2011-02-06Fixed building on Android, added SDL_opengles2.h, removed unnecessary SDL_gle...Sam Lantinga1-3/+2
2011-02-03Fixed building for AndroidSam Lantinga1-0/+3
2011-01-24Fixed Android buildSam Lantinga1-2/+2
2011-01-24Include windows.h in a single point in the source, so we can be consistent ab...Sam Lantinga1-11/+12
2011-01-15Updated the atomic API for better use casesSam Lantinga1-1/+2
2011-01-06Build the SDL library as a shared object on Android, so it will work correctl...Sam Lantinga1-0/+41