summaryrefslogtreecommitdiff
path: root/Makefile.top
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-08-22 18:32:05 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2012-08-22 18:33:01 +0200
commit9d73597289be9049e8300ff92980fdffbe4d7040 (patch)
tree80bf22be6a45621beeb2f9221d669b5a37c321d3 /Makefile.top
parent3ba107606682b5e675127483a514f0e6580ecfd1 (diff)
another build integrating solution for android
..since it also needs stuff from postprocess. In qa/desktop/Makefile, images_tango.zip is used. If that's not needed, the module can be placed between postprocess and packimages for now. Change-Id: I9951cce0c8da0fc75fd8a7b1246f4083bd38f705
Diffstat (limited to 'Makefile.top')
-rw-r--r--Makefile.top3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.top b/Makefile.top
index 979671f4d93c..54fa9003f1c1 100644
--- a/Makefile.top
+++ b/Makefile.top
@@ -406,6 +406,9 @@ else
cd instsetoo_native && unset MAKEFLAGS && \
$(SOLARENV)/bin/build.pl -P$(BUILD_NCPUS) -- -P$(GMAKE_PARALLELISM)
endif
+ifeq ($(OS),ANDROID)
+ cd android && $(GNUMAKE) -j $(GMAKE_PARALLELISM) $(GMAKE_OPTIONS)
+endif
cross-toolset: bootstrap fetch
cd cross_toolset && $(GNUMAKE) -j $(GMAKE_PARALLELISM) $(GMAKE_OPTIONS)