diff options
author | Peter Foley <pefoley2@verizon.net> | 2013-03-01 18:27:04 -0500 |
---|---|---|
committer | Peter Foley <pefoley2@verizon.net> | 2013-03-01 18:50:02 -0500 |
commit | b89ea45e5ba32589f69b9539851a51fbe2199a85 (patch) | |
tree | 0ccfaad2580fc1f09451fbda4fbefd140f04ee1a /android/CustomTarget_docloader.mk | |
parent | cd7703c226bec720cfd6664749404eb91f92a2ae (diff) |
fix android build in separate dir
Change-Id: Id7cf80e1da87a56dee645dc01e64dedc4a8586ab
Diffstat (limited to 'android/CustomTarget_docloader.mk')
-rw-r--r-- | android/CustomTarget_docloader.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/android/CustomTarget_docloader.mk b/android/CustomTarget_docloader.mk index c30699e4bc08..523a493d20e7 100644 --- a/android/CustomTarget_docloader.mk +++ b/android/CustomTarget_docloader.mk @@ -23,8 +23,8 @@ $(call gb_CustomTarget_get_target,android/docloader) : \ $(docloader_DIR)/done : $(sdremote_DIR)/done $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),MAK,2) cd $(SRCDIR)/android/experimental/DocumentLoader && $(MAKE) all - mkdir -p $(SRCDIR)/instsetoo_native/$(INPATH)/bin - cp $(SRCDIR)/android/experimental/DocumentLoader/bin/*-debug.apk $(SRCDIR)/instsetoo_native/$(INPATH)/bin + mkdir -p $(WORKDIR)/installation/bin + cp $(SRCDIR)/android/experimental/DocumentLoader/bin/*-debug.apk $(WORKDIR)/installation/bin $(call gb_CustomTarget_get_clean_target,android/docloader) : $(call gb_Output_announce,$(subst $(WORKDIR)/Clean/,,$@),$(false),MAK,2) |