summaryrefslogtreecommitdiffhomepage
path: root/templates/simple_game/Makefile.Android.linux
AgeCommit message (Collapse)Author
2021-04-21Reviewed templates MakefilesRay
2021-04-17Update and fix android linux makefile template (#1725)Peter Arato
2021-01-13Fixes Android builds on Linux environments (#1530)Davidson Francis
* simple_game: Configure Make and makefile for Linux environments * simple_game: Fix build issues on Android plaform with Linux HOST The Makefile.Android.linux file was out of date with the rest of the project, so this commit updates the paths, as well as leaving some as optional, if it is already configured as an environment variable. In addition, it corrects the build error related to static raylib: the makefile was trying to generate libmain.so using the path of the NDK libraries, instead of using those of the Android system, which resulted in crashes in the generated apk.
2019-10-29Raysan (#1003)Jean-Seb / jseb
* new linux makefile for Android portages * Revert "projects: CMake: bump up minimal raylib version (#983)" This reverts commit 82306af111894397cb2028ac270f2916aa615fab. * new PR for upstream * for Raysan