summaryrefslogtreecommitdiffstats
path: root/android/CustomTarget_sdremote.mk
Commit message (Collapse)AuthorAgeFilesLines
* Copy the .apks where the daily build uploader will find themTor Lillqvist2013-03-131-2/+6
| | | | | | | | | | Sure, it is not "clean" to write to $(SRCDIR)/instsetoo_native/$(INPATH)/bin, but as long as the push_nightlies.sh script looks in instsetoo_native for .apks, that is where they need to go. This partially reverts commit b89ea45e5ba32589f69b9539851a51fbe2199a85. Change-Id: If1a0e50516f20c7571566a2cfa7e6a4b1dad30e4
* android/sdremote dosen't need to depend on everythingPeter Foley2013-03-011-1/+1
| | | | Change-Id: Iae5b37873f991ab33b8fd7ada7e5f936e83690db
* fix android build in separate dirPeter Foley2013-03-011-2/+2
| | | | Change-Id: Id7cf80e1da87a56dee645dc01e64dedc4a8586ab
* Cleanups to the android and ios makefileryTor Lillqvist2013-03-011-2/+6
| | | | | | Also build the "desktop" app from gbuild. Change-Id: I45fc265c9515b22e10bd7644f54dbfa23601e063
* move android and ios to tail_buildPeter Foley2013-02-281-1/+1
| | | | Change-Id: Ic192b063a4ccc1249194bc7a62a8a90682de08f0
* flock is not portable, so use different approachTor Lillqvist2012-08-221-6/+2
| | | | Change-Id: I4a864ddd3681101c8c5d0943d2761ac85bf4161f
* Build also the DocumentLoader test Android app with gbuildTor Lillqvist2012-08-221-1/+5
| | | | | | | | Serialize the Ant cleaning and building of android/abs-lib so that one Ant is not cleaning it while another is building something that depends on it. Change-Id: I22fde47bf84208fa129b8f6a65a2314c885451a0
* Clean first for reliability. Copy the apk so push_nightlies.sh finds itTor Lillqvist2012-08-211-1/+3
| | | | Change-Id: Ie14754deb796cc2a03e48b04b31983ddd26968cb
* Add the android module to gbuildTor Lillqvist2012-08-211-0/+19
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