[Libreoffice-commits] core.git: android/CustomTarget_lo_android.mk
Jan Holesovsky (via logerrit)
logerrit at kemper.freedesktop.org
Tue Jun 18 10:32:20 UTC 2019
android/CustomTarget_lo_android.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit f362a3d8cc164bad7a61c9fd2191e3a80d5fd030
Author: Jan Holesovsky <kendy at collabora.com>
AuthorDate: Mon Jun 17 10:04:44 2019 +0200
Commit: Jan Holesovsky <kendy at collabora.com>
CommitDate: Tue Jun 18 12:31:10 2019 +0200
android: Fix non-debug build.
Change-Id: If8bb944417da9a0aa6343d7dc87e7a1931689f1f
Reviewed-on: https://gerrit.libreoffice.org/74149
Tested-by: Jenkins
Reviewed-by: Jan Holesovsky <kendy at collabora.com>
diff --git a/android/CustomTarget_lo_android.mk b/android/CustomTarget_lo_android.mk
index 3f80fe86be3a..4badb659612e 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/strippedUI$(if $(ENABLE_ANDROID_EDITING),Editing)/debug/*-debug.apk $(BUILDDIR)/instsetoo_native/foo/bin
+ cp $(SRCDIR)/android/source/build/outputs/apk/strippedUI$(if $(ENABLE_ANDROID_EDITING),Editing)/$(if $(ENABLE_RELEASE_BUILD),release/*-release-unsigned.apk,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)
More information about the Libreoffice-commits
mailing list