[Libreoffice-commits] core.git: Branch 'feature/tiled-editing' - android/Bootstrap

Miklos Vajna vmiklos at collabora.co.uk
Wed Feb 4 08:48:03 PST 2015


 android/Bootstrap/Makefile.shared |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit c8f52f87ef7370a1847e362350dcdf6067e6b053
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Wed Feb 4 17:45:00 2015 +0100

    android: fix missing drawingML preset shapes
    
    Change-Id: I7a22b9bcacd26b837c00bb09743ab2e176d60746

diff --git a/android/Bootstrap/Makefile.shared b/android/Bootstrap/Makefile.shared
index 77d2bcf..12b4774 100644
--- a/android/Bootstrap/Makefile.shared
+++ b/android/Bootstrap/Makefile.shared
@@ -138,6 +138,8 @@ copy-stuff:
 	rm -Rf assets/share # pre-clean it
 	mkdir -p assets/share/config
 	cp -R $(INSTDIR)/share/registry assets/share
+# Filter data is needed by e.g. the drawingML preset shape import.
+	cp -R $(INSTDIR)/share/filter assets/share
 # Make sure the soffice.cfg directory is always created, it's not possible to hit any keys without it.
 	if ! test z$(DISABLE_UI) = zTRUE; then \
 		echo "Copying UI files into the apk"; \


More information about the Libreoffice-commits mailing list