summaryrefslogtreecommitdiff
path: root/android/CustomTarget_lo_android.mk
AgeCommit message (Collapse)AuthorFilesLines
2015-10-11migrate android build to gradleChristian Lohmaier1-1/+1
move preparation tasks (creating assets/processing files) from the makefile into the gradle script This allows much easier integration into android-studio (just open android/source with android studio after running make to compile the native library) Change-Id: I9a9d6832797c24a7e195a1c7954cd6d20f5a8496
2015-05-21Let's simplify the paths and be less 'experimental'Tor Lillqvist1-4/+4
2015-02-01Bin obsolete commentsTor Lillqvist1-8/+1
2015-02-01Copy only *-debug.apkTor Lillqvist1-1/+1
We don't want the silly 'unaligned' apk to end up being uploaded.
2015-01-26android: Fix release build via top level 'make'.Jan Holesovsky1-1/+1
Change-Id: I342e3dfd1e142d4be14162fd8a68876d038ed5ea
2014-06-30LOAndroid3: ant/make for building, Bootstrap projectTomaž Vajngerl1-0/+36
LOAndroid3 is based of LibreOffice4Android project which uses ant/make for building. By using LibreOffice4Android as the base, the project creates a APK archive which has all needed files to start LibreOffice in Android environment. Change-Id: I697d5f727bdaf93e774144ad597d7081d2609908