Kaydet (Commit) 36e701b1 authored tarafından Miklos Vajna's avatar Miklos Vajna

android: fix missing drawingML preset shapes

Change-Id: I7a22b9bcacd26b837c00bb09743ab2e176d60746
üst 2f018339
......@@ -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"; \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment