summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2014-12-09 15:39:28 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-12-09 15:40:48 +0100
commit53849ba37fa6a28dd236d340e402ce2d2d9150f4 (patch)
tree5d0ebfab48a966133054ee3110d1b4d47cc45c93
parent507c30b0f2ad0a584b36361662a8790fc33f52da (diff)
fdo#85286 android: add missing libraries for embedded object loading
Change-Id: Ic711964970b1e8cd463dbb693cf8867f51bf535d
-rwxr-xr-xsolenv/bin/native-code.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py
index fc47a1775f10..aff6f9090717 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 = [