summaryrefslogtreecommitdiffstats
path: root/android/CustomTarget_lo_android.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2015-02-01 13:43:55 +0100
committerTor Lillqvist <tml@collabora.com>2015-02-01 13:43:55 +0100
commitbfceafa67ed1cc3e4e03f8f214a2716f57b2d1e7 (patch)
treed71946ab83a2f0882c939bc47c4e462b1bbba583 /android/CustomTarget_lo_android.mk
parentCopy only *-debug.apk (diff)
downloadcore-bfceafa67ed1cc3e4e03f8f214a2716f57b2d1e7.tar.gz
core-bfceafa67ed1cc3e4e03f8f214a2716f57b2d1e7.zip
Bin obsolete comments
Diffstat (limited to 'android/CustomTarget_lo_android.mk')
-rw-r--r--android/CustomTarget_lo_android.mk9
1 files changed, 1 insertions, 8 deletions
diff --git a/android/CustomTarget_lo_android.mk b/android/CustomTarget_lo_android.mk
index 4d32cac168dd..24225c0257a1 100644
--- a/android/CustomTarget_lo_android.mk
+++ b/android/CustomTarget_lo_android.mk
@@ -13,18 +13,11 @@ loandroid3_DIR := $(call gb_CustomTarget_get_workdir,android/experimental/LOAndr
$(call gb_CustomTarget_get_target,android/loandroid3) : \
$(loandroid3_DIR)/done
-# We want that to be built completely first,
-# so that we can serialize Ant access to Bootstrap, which is used both
-# by DocumentLoader. We don't want one Ant to be cleaning
-# out Bootstrap while another is building stuff that depends on it.
-# Yeah, this sucks
-
$(loandroid3_DIR)/done : $(call gb_Postprocess_get_target,AllModulesButInstsetNative)
$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),MAK,2)
cd $(SRCDIR)/android/experimental/LOAndroid3 && $(MAKE) all
# Copy to $(BUILDDIR)/instsetoo_native as that is where the tinderbox build script
-# still looks for the .apk, and we want fresh daily builds to be uploaded. Even if
-# the apps as such are mostly useless.
+# still looks for the .apk, and we want fresh daily builds to be uploaded.
# Us "foo" instead of the old INPATH
mkdir -p $(BUILDDIR)/instsetoo_native/foo/bin; \
cp $(SRCDIR)/android/experimental/LOAndroid3/bin/*-debug.apk $(BUILDDIR)/instsetoo_native/foo/bin