summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2015-02-01 13:41:48 +0100
committerTor Lillqvist <tml@collabora.com>2015-02-01 13:41:48 +0100
commit1895fd2195ab11026e07271dbba71c0e963c0a3b (patch)
treebd2c4b090b2567fabc37eb6cc03660b4159c8f7f
parent41465d9b7c978ce93aff9e3ff82ecfa83e90d64b (diff)
Copy only *-debug.apk
We don't want the silly 'unaligned' apk to end up being uploaded.
-rw-r--r--android/CustomTarget_lo_android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/CustomTarget_lo_android.mk b/android/CustomTarget_lo_android.mk
index 5ee53d40873b..4d32cac168dd 100644
--- a/android/CustomTarget_lo_android.mk
+++ b/android/CustomTarget_lo_android.mk
@@ -27,7 +27,7 @@ $(loandroid3_DIR)/done : $(call gb_Postprocess_get_target,AllModulesButInstsetNa
# the apps as such are mostly useless.
# Us "foo" instead of the old INPATH
mkdir -p $(BUILDDIR)/instsetoo_native/foo/bin; \
- cp $(SRCDIR)/android/experimental/LOAndroid3/bin/*.apk $(BUILDDIR)/instsetoo_native/foo/bin
+ cp $(SRCDIR)/android/experimental/LOAndroid3/bin/*-debug.apk $(BUILDDIR)/instsetoo_native/foo/bin
$(call gb_CustomTarget_get_clean_target,android/loandroid3) :
$(call gb_Output_announce,$(subst $(WORKDIR)/Clean/,,$@),$(false),MAK,2)