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

Jan Holesovsky kendy at collabora.com
Tue Jul 1 06:24:54 PDT 2014


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

New commits:
commit f38ab34213e5738e42c4572f0a06cf239b9005e8
Author: Jan Holesovsky <kendy at collabora.com>
Date:   Tue Jul 1 15:22:42 2014 +0200

    android: We need com.sun.star.comp.filters.StorageFilterDetect to detect ODT.
    
    Change-Id: Ia57e2cb4c5e1f65a78e0f3bddd3910c67971306d

diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py
index 4b3b87b..2e0f3b7 100755
--- a/solenv/bin/native-code.py
+++ b/solenv/bin/native-code.py
@@ -37,6 +37,7 @@ core_factory_list = [
     ("libsotlo.a", "sot_component_getFactory"),
     ("libspelllo.a", "spell_component_getFactory"),
     ("libsrtrs1.a", "srtrs1_component_getFactory"),
+    ("libstoragefdlo.a", "storagefd_component_getFactory"),
     ("libucb1.a", "ucb_component_getFactory"),
     ("libucpfile1.a", "ucpfile_component_getFactory"),
     ("libucphier1.a", "ucphier1_component_getFactory"),


More information about the Libreoffice-commits mailing list