Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 0cfd90d82922c772ac25d87363e10208ea111af6
Author: Jan Holesovsky <[email protected]>
AuthorDate: Wed Jan 8 18:21:57 2020 +0100
Commit: Jan Holesovsky <[email protected]>
CommitDate: Wed Jan 8 18:29:15 2020 +0100
android: Fix creating new file from a template.
rm -rf of the assets was newly introduced, done after copying the
templates to their place. So missing templates => crash; fixed.
Change-Id: I53d243b4f44c2c38843336e38e603ae0bd4b3c89
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/86449
Reviewed-by: Jan Holesovsky <[email protected]>
Tested-by: Jan Holesovsky <[email protected]>
diff --git a/Makefile.am b/Makefile.am
index 57a666adb..d17bb8d99 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,7 +6,7 @@ if ENABLE_GTKAPP
SUBDIRS = gtk loleaflet
else
if ENABLE_ANDROIDAPP
-SUBDIRS = android loleaflet
+SUBDIRS = loleaflet android
else
SUBDIRS = loleaflet
endif
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits