summaryrefslogtreecommitdiff
path: root/solenv/gbuild/platform/android.mk
AgeCommit message (Expand)AuthorFilesLines
2019-08-08android: support NDK 19 and above (20 as of this commit)Christian Lohmaier1-8/+1
2018-12-13Switch Android armeabi-v7a to libc++/libc++abi/libunwind tooStephan Bergmann1-11/+0
2018-01-18android: use unified headers and llvm-c++ STL (x86) with NDK 16Christian Lohmaier1-6/+17
2016-01-19Revert "LTO fixes for android"Tor Lillqvist1-6/+0
2016-01-18LTO fixes for androidPeter Foley1-0/+6
2015-06-12mysqlcppconn library ends up in an extension, not in layer NONEStephan Bergmann1-0/+2
2014-02-18There is no gb_Library_LTOFLAGS.Matúš Kukan1-1/+0
2013-09-22gbuild: drop mkdir -p calls from gb_LinkTarget__commandMichael Stahl1-2/+1
2013-09-22gbuild: rename LinkTarget variable LIBSMichael Stahl1-1/+1
2013-09-22gbuild: make the DLL the LinkTarget of Library and CppunitTestMichael Stahl1-1/+1
2013-08-27fdo#67313: Use "lo" suffix for private URE libsStephan Bergmann1-2/+2
2013-08-27PLAINLIBS_NONE missing from some platforms' gb_Library_LAYER definitionsStephan Bergmann1-0/+1
2013-05-10gbuild: gcc platforms: link with C compiler if no C++ filesMichael Stahl1-1/+1
2013-04-30gbuild: UNOLIBS_OOO group is no moreMatúš Kukan1-2/+0
2013-04-23kill RTLIBS group; and autoinstall the librariesMatúš Kukan1-2/+0
2013-01-07mkdir before touchingTor Lillqvist1-1/+1
2013-01-06Let's save a bit of disk spaceTor Lillqvist1-1/+5
2012-10-29gbuild: gb_Library_PLAINLIBS_NONE zombie cleanup for androidMichael Stahl1-10/+0
2012-10-29Use also -lm to be on the safe sideTor Lillqvist1-1/+2
2012-10-29gb_STDLIBS should contain -l options for the linking command lineTor Lillqvist1-1/+1
2012-10-11Merge (manually) change from masterTor Lillqvist1-0/+66
2012-09-28gbuild: gb_Library_PLAINLIBS_NONE cleanup for androidMichael Stahl1-4/+0
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl1-1/+1
2012-09-26gbuild: split out a common android.mkMichael Stahl1-0/+79
2011-11-10gbuild: target platform is identified by the triplet OS/CPU/COMPILERNorbert Thiebaud1-42/+0
2011-11-08begin factorization of common GCC stuffNorbert Thiebaud1-21/+0
2011-11-08Revert "Just put the Android ARM compiler options in the mk files"Tor Lillqvist1-5/+2
2011-11-08Just put the Android ARM compiler options in the mk filesTor Lillqvist1-2/+5
2011-11-05gbuild: clean up pointless proliferation of PRECOMMANDs, all alikeMichael Stahl1-6/+0
2011-11-05gbuild: add support for extension description l10nMichael Stahl1-0/+3
2011-08-13config gb_Configuration for all platforms we buildDavid Tardon1-0/+3
2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe1-1/+1
2011-07-26Add Emacs mode lines and a few missing vim onesTor Lillqvist1-0/+1
2011-07-04We can't run any cppunit tests for AndroidTor Lillqvist1-0/+3
2011-06-21Add UnoApiTargetTor Lillqvist1-0/+21
2011-06-11Add Android platform fileTor Lillqvist1-0/+38