summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-08-21 15:44:54 +0300
committerTor Lillqvist <tml@iki.fi>2012-08-21 15:45:25 +0300
commitd4a392476ce7b64936bbca9d62a3c59322311f67 (patch)
tree31d011ef0a403777c9fa7bb10c658f148cef5f33 /android
parent59f7c64d248149aad773761b73f27c91fbae2962 (diff)
Clean first for reliability. Copy the apk so push_nightlies.sh finds it
Change-Id: Ie14754deb796cc2a03e48b04b31983ddd26968cb
Diffstat (limited to 'android')
-rw-r--r--android/CustomTarget_sdremote.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/android/CustomTarget_sdremote.mk b/android/CustomTarget_sdremote.mk
index e153410f116a..1d552f59ac8b 100644
--- a/android/CustomTarget_sdremote.mk
+++ b/android/CustomTarget_sdremote.mk
@@ -14,6 +14,8 @@ $(call gb_CustomTarget_get_target,android/sdremote) : $(sdremote_DIR)/done
$(sdremote_DIR)/done : $(gb_Helper_PHONY)
$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),MAK,1)
- cd $(SRCDIR)/android/sdremote && $(MAKE)
+ cd $(SRCDIR)/android/sdremote && $(MAKE) clean && $(MAKE) all
+ mkdir -p $(SRCDIR)/instsetoo_native/$(INPATH)/bin
+ cp $(SRCDIR)/android/sdremote/bin/ImpressRemote-debug.apk $(SRCDIR)/instsetoo_native/$(INPATH)/bin
# vim: set noet sw=4 ts=4: