summaryrefslogtreecommitdiff
path: root/android/CustomTarget_sdremote.mk
diff options
context:
space:
mode:
authorPeter Foley <pefoley2@verizon.net>2013-03-01 18:27:04 -0500
committerPeter Foley <pefoley2@verizon.net>2013-03-01 18:50:02 -0500
commitb89ea45e5ba32589f69b9539851a51fbe2199a85 (patch)
tree0ccfaad2580fc1f09451fbda4fbefd140f04ee1a /android/CustomTarget_sdremote.mk
parentcd7703c226bec720cfd6664749404eb91f92a2ae (diff)
fix android build in separate dir
Change-Id: Id7cf80e1da87a56dee645dc01e64dedc4a8586ab
Diffstat (limited to 'android/CustomTarget_sdremote.mk')
-rw-r--r--android/CustomTarget_sdremote.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/CustomTarget_sdremote.mk b/android/CustomTarget_sdremote.mk
index 69a572a7d285..79f980a81edb 100644
--- a/android/CustomTarget_sdremote.mk
+++ b/android/CustomTarget_sdremote.mk
@@ -15,8 +15,8 @@ $(call gb_CustomTarget_get_target,android/sdremote) : $(sdremote_DIR)/done
$(sdremote_DIR)/done : $(call gb_Postprocess_get_target,AllModulesButInstsetNative)
$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),MAK,2)
cd $(SRCDIR)/android/sdremote && $(MAKE) all
- mkdir -p $(SRCDIR)/instsetoo_native/$(INPATH)/bin
- cp $(SRCDIR)/android/sdremote/bin/ImpressRemote-debug.apk $(SRCDIR)/instsetoo_native/$(INPATH)/bin
+ mkdir -p $(WORKDIR)/installation/bin
+ cp $(SRCDIR)/android/sdremote/bin/ImpressRemote-debug.apk $(WORKDIR)/installation/bin
$(call gb_CustomTarget_get_clean_target,android/sdremote) :
$(call gb_Output_announce,$(subst $(WORKDIR)/Clean/,,$@),$(false),MAK,2)