summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2018-01-18 22:00:00 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2018-01-18 22:02:22 +0100
commita0f74a184f2057ebfca0d6f913a15d0a7542204b (patch)
treed07482a42bdb8884f891c4e03d8b053fe792cd40 /android
parenta46ff530d4cf3d7d87fc58f0c9201949b8cb832d (diff)
adjust path to generated apk to new defaults
current android-gradle plugin creates the apk in dimension/flavor/variant (whatever you want to call it) specific directory Change-Id: I5514fe53c5c8c556d194a0f06ad6167b0b1cc98e
Diffstat (limited to 'android')
-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 05d6d4353d9f..642dfe2f569a 100644
--- a/android/CustomTarget_lo_android.mk
+++ b/android/CustomTarget_lo_android.mk
@@ -20,7 +20,7 @@ $(loandroid3_DIR)/done : $(call gb_Postprocess_get_target,AllModulesButInstsetNa
# 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/source/build/outputs/apk/*-debug.apk $(BUILDDIR)/instsetoo_native/foo/bin
+ cp $(SRCDIR)/android/source/build/outputs/apk/strippedUI/debug/*-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)