solenv/bin/native-code.py | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit 53849ba37fa6a28dd236d340e402ce2d2d9150f4
Author: Miklos Vajna <[email protected]>
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 = [
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits