summaryrefslogtreecommitdiff
path: root/Module_tail_build.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-08-21 13:52:05 +0300
committerTor Lillqvist <tml@iki.fi>2012-08-21 13:58:28 +0300
commitfae45f59b85b46b01e6be7f35b7f60260d67e064 (patch)
treea439caab123ec30eb85e80fafef418a87b0fcf7f /Module_tail_build.mk
parent6a308e8451ba3c32b203824a229e0c68f8a32cca (diff)
Add the android module to gbuild
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
Diffstat (limited to 'Module_tail_build.mk')
-rw-r--r--Module_tail_build.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Module_tail_build.mk b/Module_tail_build.mk
index ac29fda579ad..b6a1ef4e2213 100644
--- a/Module_tail_build.mk
+++ b/Module_tail_build.mk
@@ -26,6 +26,7 @@ $(eval $(call gb_Module_Module,tail_end))
$(eval $(call gb_Module_add_moduledirs,tail_end,\
accessibility \
+ android \
animations \
apple_remote \
autodoc \