summaryrefslogtreecommitdiffstats
path: root/android/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Fix typosAndrea Gelmini2017-05-051-1/+1
| | | | | | | | | | To complete commit 0ef94e2b559547bc4e906e7f24e57ff5d642e108 and f12096272e684ddcd8ffa4e34dcb0a680cc594c2 Change-Id: Ie86bbfbd58dd728a013bef221e4d5c8fbcaf8e03 Reviewed-on: https://gerrit.libreoffice.org/37199 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
* migrate android build to gradleChristian Lohmaier2015-10-111-2/+2
| | | | | | | | | | | 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
* lokdocview: adapt Android pathMiklos Vajna2015-05-211-3/+3
| | | | Change-Id: I786fd580b3d08fa076eeb2bf90bd23b09c9f8182
* android: 'make release-apk' now also accepts the example document.Jan Holesovsky2015-01-261-1/+6
| | | | Change-Id: I4144d0ed42a50be4fa91f377f78a20c28fda36f6
* android: Rename 'make sign' to 'make release-apk'.Jan Holesovsky2015-01-261-1/+4
| | | | | | | | | This now also allows to specify the version number; now you want to use: cd android/ make versionCode=<previous_version_num+1> key=<key_name> release-apk Change-Id: I078e8dbbe671969fc3b228ac987cdb9a4a53b281
* android: Add makefile rule to sign the resulting .apk.Jan Holesovsky2015-01-261-0/+11
| | | | | | | | | To sign, do: cd android make key=<your_key_name> sign Change-Id: I20214e034f997125ccfd122b97d18ae141130336
* Add the android module to gbuildTor Lillqvist2012-08-211-0/+13
Just build the sdremote app for now. Note that this is a pure Java app with no dependencies on (native) code (or Java code, for that matter) from rest of LO. Probably should drop the separate android/sdremote/Makfile and just do what it does in android/CustomTarget_sdremote.mk instead. Adding other Android apps (well, the LibreOffice4Android one likely) to gbuild will require more complexity as they bundle native code, and thus should depend on other modules first having been built. If one wants to go really fancy, one could of course depend on the specific libraries (and other files) being bundled. Let's see... Change-Id: If10761479f348c4993eec40b7f8346edb77f0e0d