summaryrefslogtreecommitdiff
path: root/cppuhelper
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-05-02 10:28:44 +0300
committerTor Lillqvist <tml@iki.fi>2013-05-02 11:58:41 +0300
commit802a87e181dc8b372f247dd5ca7138bd6bd875a1 (patch)
tree6a7c61220bc052486d58f5e50a6317a393a84090 /cppuhelper
parent576187250222eae50ce057698b364f91dc926c7f (diff)
Adapt to library name changes for Android, too
Change-Id: I6da1f38c5a9693c13ef841442cbef017d388416a
Diffstat (limited to 'cppuhelper')
-rw-r--r--cppuhelper/source/shlib.cxx20
1 files changed, 7 insertions, 13 deletions
diff --git a/cppuhelper/source/shlib.cxx b/cppuhelper/source/shlib.cxx
index f53a672d2a24..db741ada70db 100644
--- a/cppuhelper/source/shlib.cxx
+++ b/cppuhelper/source/shlib.cxx
@@ -533,38 +533,32 @@ Reference< XInterface > SAL_CALL loadSharedLibComponentFactory(
{ "bootstrap.uno.a", bootstrap_component_getFactory },
{ "libbootstrap.uno.a", bootstrap_component_getFactory },
- // The .uno ones seems to consistently have a "lib" prefix now for Android,
+ // The .uno ones seem to consistently have a "lib" prefix now for Android,
// but not iOS, hmm.
#ifdef ANDROID
- { "libconfigmgr.uno.a", configmgr_component_getFactory },
- { "libexpwrap.uno.a", expwrap_component_getFactory },
- { "libfastsax.uno.a", fastsax_component_getFactory },
- { "libi18npool.uno.a", i18npool_component_getFactory },
{ "libintrospection.uno.a", introspection_component_getFactory },
- { "liblocalebe1.uno.a", localebe1_component_getFactory },
{ "libreflection.uno.a", reflection_component_getFactory },
{ "libstocservices.uno.a", stocservices_component_getFactory },
- { "libucpexpand1.uno.a", ucpexpand1_component_getFactory },
#else
- { "libconfigmgrlo.a", configmgr_component_getFactory },
- { "libexpwraplo.a", expwrap_component_getFactory },
- { "libfastsaxlo.a", fastsax_component_getFactory },
- { "libi18npoollo.a", i18npool_component_getFactory },
{ "introspection.uno.a", introspection_component_getFactory },
- { "liblocalebe1lo.a", localebe1_component_getFactory },
{ "reflection.uno.a", reflection_component_getFactory },
{ "stocservices.uno.a", stocservices_component_getFactory },
- { "libucpexpand1lo.a", ucpexpand1_component_getFactory },
#endif
{ "libcomphelper.a", comphelp_component_getFactory },
+ { "libconfigmgrlo.a", configmgr_component_getFactory },
{ "libdeployment.a", deployment_component_getFactory },
+ { "libexpwraplo.a", expwrap_component_getFactory },
+ { "libfastsaxlo.a", fastsax_component_getFactory },
{ "libfilterconfiglo.a", filterconfig1_component_getFactory },
{ "libfwklo.a", fwk_component_getFactory },
+ { "libi18npoollo.a", i18npool_component_getFactory },
+ { "liblocalebe1lo.a", localebe1_component_getFactory },
{ "libpackage2.a", package2_component_getFactory },
{ "libsfxlo.a", sfx_component_getFactory },
{ "libsvllo.a", svl_component_getFactory },
{ "libtklo.a", tk_component_getFactory },
{ "libucb1.a", ucb_component_getFactory },
+ { "libucpexpand1lo.a", ucpexpand1_component_getFactory },
{ "libucpfile1.a", ucpfile_component_getFactory },
{ "libutllo.a", utl_component_getFactory },
{ "libvcllo.a", vcl_component_getFactory },