From 0cfd90d82922c772ac25d87363e10208ea111af6 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Wed, 8 Jan 2020 18:21:57 +0100 Subject: 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 Tested-by: Jan Holesovsky --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') 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 -- cgit v1.2.3