summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2014-12-10 12:48:03 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-12-10 12:50:37 +0100
commit861e7853e3b98b0adf5a72c88e2bf8c16ca17d09 (patch)
tree2d355fc2cb835b8f5103b55a106e8582bfb0eb60
parentac8796dd5e1120ffc67752eb298ebd3e24c198b2 (diff)
fdo#85286 android: add missing library for PPT loading
Change-Id: I5f7bfffd1b9751c30c737c886afcd572fa44d234
-rwxr-xr-xsolenv/bin/native-code.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py
index aff6f9090717..52d98c913646 100755
--- a/solenv/bin/native-code.py
+++ b/solenv/bin/native-code.py
@@ -150,6 +150,7 @@ draw_factory_list = [
("libsvgfilterlo.a", "svgfilter_component_getFactory"),
("libdeployment.a", "deployment_component_getFactory"),
("libemboleobj.a", "emboleobj_component_getFactory"),
+ ("libanimcorelo.a", "animcore_component_getFactory", "#ifdef ANDROID"),
]
draw_constructor_list = [