summaryrefslogtreecommitdiff
path: root/Android.mk
AgeCommit message (Expand)AuthorFilesLines
2019-01-12Initial Android OpenSL ES implementation, contributed by ANTASam Lantinga1-1/+2
2018-12-04Fixed the PS4 motion controls showing up as a separate game controller on LinuxSam Lantinga1-0/+0
2018-12-01android: use cpufeatures to support SDL_HasNEON() (thanks, Sylvain!).Ryan C. Gordon1-0/+5
2018-11-20minor update to Makefile.os2, added a test/Makefile.os2.Ozkan Sezer1-0/+0
2018-11-14Fixed bug 3193 - Dualshock 3's motion sensors overwrite analog stickSam Lantinga1-0/+0
2018-11-02Fixed bug 4315 - little Warning in Android_JNI_CaptureAudioBufferSam Lantinga1-0/+16
2018-10-28Fixed bug 4335 - Android NDK build errorSam Lantinga1-1/+1
2018-08-30fix permissionsOzkan Sezer1-0/+0
2018-08-22Fixed crash trying to open HIDAPI controller as a haptics device on WindowsSam Lantinga1-0/+0
2018-08-21First pass on the new SDL sensor APISam Lantinga1-0/+2
2018-08-10chmod -x Android.mkOzkan Sezer1-0/+0
2018-08-09Added HIDAPI joystick drivers for more consistent support for Xbox, PS4 and N...Sam Lantinga1-1/+18
2018-07-12Allow trapping the back button so right mouse click can work on some Android ...Sam Lantinga1-0/+0
2018-06-24android: Android.mk should only preserve debug symbols in debug builds.Ryan C. Gordon1-1/+3
2018-06-12ran 'chmod -x' on many filesOzkan Sezer1-0/+0
2017-12-16Added Android build script for SDLSam Lantinga1-0/+2
2017-11-12Updated SDL's YUV support, many thanks to Adrien DescampsSam Lantinga1-0/+1
2017-09-22Removed non-existent filesSam Lantinga1-4/+1
2017-09-22Added stubs for simple Steam Controller supportSam Lantinga1-1/+5
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