summaryrefslogtreecommitdiff
path: root/cppuhelper
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-04-23 18:53:19 +0300
committerTor Lillqvist <tml@iki.fi>2013-04-23 19:33:04 +0300
commit8ada6e3320eaf4635bb695000b7341ed87db67a1 (patch)
treea50b21b21ba1723a94993fba46f0a2e3c963378f /cppuhelper
parent3874bad70ea48deed91b9966b3d35782b5584f7d (diff)
libcomphelpgcc3 got renamed to libcomphelper
Change-Id: I8853c5102a7271e95adf7d420bb3ed719f5b96c6
Diffstat (limited to 'cppuhelper')
-rw-r--r--cppuhelper/source/shlib.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/cppuhelper/source/shlib.cxx b/cppuhelper/source/shlib.cxx
index a0dcbd3a57a7..ad951cd16e2d 100644
--- a/cppuhelper/source/shlib.cxx
+++ b/cppuhelper/source/shlib.cxx
@@ -536,6 +536,7 @@ Reference< XInterface > SAL_CALL loadSharedLibComponentFactory(
// The .uno ones seems to consistently have a "lib" prefix now for Android,
// but not iOS, hmm.
#ifdef ANDROID
+ { "libcomphelper.a", comphelp_component_getFactory },
{ "libconfigmgr.uno.a", configmgr_component_getFactory },
{ "libexpwrap.uno.a", expwrap_component_getFactory },
{ "libfastsax.uno.a", fastsax_component_getFactory },
@@ -556,7 +557,7 @@ Reference< XInterface > SAL_CALL loadSharedLibComponentFactory(
{ "stocservices.uno.a", stocservices_component_getFactory },
{ "ucpexpand1.uno.a", ucpexpand1_component_getFactory },
#endif
- { "libcomphelp" CPPU_STRINGIFY(CPPU_ENV) ".a", comphelp_component_getFactory },
+ { "libcomphelper.a", comphelp_component_getFactory },
{ "libdeployment.a", deployment_component_getFactory },
{ "libfilterconfiglo.a", filterconfig1_component_getFactory },
{ "libfwklo.a", fwk_component_getFactory },