[Libreoffice-commits] core.git: solenv/bin

Miklos Vajna vmiklos at collabora.co.uk
Tue Dec 9 06:41:17 PST 2014


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

New commits:
commit 53849ba37fa6a28dd236d340e402ce2d2d9150f4
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Tue Dec 9 15:39:28 2014 +0100

    fdo#85286 android: add missing libraries for embedded object loading
    
    Change-Id: Ic711964970b1e8cd463dbb693cf8867f51bf535d

diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py
index fc47a17..aff6f90 100755
--- a/solenv/bin/native-code.py
+++ b/solenv/bin/native-code.py
@@ -49,6 +49,9 @@ core_factory_list = [
     ("libxolo.a", "xo_component_getFactory"),
     ("libxsec_xmlsec.a", "xsec_xmlsec_component_getFactory", "#ifndef ANDROID"),
     ("libxstor.a", "xstor_component_getFactory"),
+    ("libcanvasfactorylo.a", "canvasfactory_component_getFactory", "#ifdef ANDROID"),
+    ("libvclcanvaslo.a", "vclcanvas_component_getFactory", "#ifdef ANDROID"),
+    ("libmtfrendererlo.a", "mtfrenderer_component_getFactory", "#ifdef ANDROID"),
     ]
 
 core_constructor_list = [


More information about the Libreoffice-commits mailing list