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

New commits:
commit 861e7853e3b98b0adf5a72c88e2bf8c16ca17d09
Author: Miklos Vajna <[email protected]>
Date:   Wed Dec 10 12:48:03 2014 +0100

    fdo#85286 android: add missing library for PPT loading
    
    Change-Id: I5f7bfffd1b9751c30c737c886afcd572fa44d234

diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py
index aff6f90..52d98c9 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 = [
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to