solenv/bin/native-code.py |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit 9aa6ec9bfaa3c76c291ab8ec9a1b87fb89b817e6
Author: Miklos Vajna <[email protected]>
Date:   Fri Oct 2 09:08:54 2015 +0200

    tdf#88801 android: add services needed to load flat ODF documents
    
    Change-Id: I5767fa9a240b23de098fc6012555691dfb22c400

diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py
index 24cb818..8bec1fe 100755
--- a/solenv/bin/native-code.py
+++ b/solenv/bin/native-code.py
@@ -56,6 +56,10 @@ core_factory_list = [
     ("libxstor.a", "xstor_component_getFactory"),
     ("libvclcanvaslo.a", "vclcanvas_component_getFactory"),
     ("libmtfrendererlo.a", "mtfrenderer_component_getFactory"),
+    ("libxmlfdlo.a", "xmlfd_component_getFactory"),
+    ("libxmlfalo.a", "xmlfa_component_getFactory"),
+    ("libodfflatxmllo.a", "odfflatxml_component_getFactory"),
+    ("libxmlscriptlo.a", "xmlscript_component_getFactory"),
     ]
 
 core_constructor_list = [
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to