diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-02-04 17:45:00 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-02-09 08:12:09 +0100 |
commit | 36e701b1db76557121edc7bed46e4c1e694856ed (patch) | |
tree | 59aed1fc4c0fb83335cea6e162ce9be4e69fb163 /android | |
parent | 2f018339be2791a6a4d6b29bd369af840e8aa5fa (diff) |
android: fix missing drawingML preset shapes
Change-Id: I7a22b9bcacd26b837c00bb09743ab2e176d60746
Diffstat (limited to 'android')
-rw-r--r-- | android/Bootstrap/Makefile.shared | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/android/Bootstrap/Makefile.shared b/android/Bootstrap/Makefile.shared index 77d2bcf8d438..12b4774042b1 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"; \ |