diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-24 11:49:45 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-24 11:49:45 +0200 |
commit | 3bb40b608d524b7795aa0e61be97feceac0f1840 (patch) | |
tree | 601c0ce733b4552a0070098244532df1fc36cf35 /solenv | |
parent | 28df1d9a8d51ce8b682a9723fcc2810127c3d7a2 (diff) |
fix android build
after
commit 00c7afecc319061b70b77a709ca2ae9583df4145
embeddedobj/util: create instances with uno constructors
Change-Id: If3c1daf0221b7044e8f4128342b362e73a139de1
Diffstat (limited to 'solenv')
-rwxr-xr-x | solenv/bin/native-code.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py index 748f84dc4256..b7c95f6885ba 100755 --- a/solenv/bin/native-code.py +++ b/solenv/bin/native-code.py @@ -20,7 +20,6 @@ import xml.etree.ElementTree as ET # referenced in lo_get_constructor_map(). core_factory_list = [ - ("libembobj.a", "embobj_component_getFactory"), ("libfilterconfiglo.a", "filterconfig1_component_getFactory"), ("libi18npoollo.a", "i18npool_component_getFactory"), ("libsmlo.a", "sm_component_getFactory"), @@ -127,6 +126,10 @@ core_constructor_list = [ "drawinglayer_XPrimitive2DRenderer", # dtrans/util/mcnttype.component "dtrans_CMimeContentTypeFactory_get_implementation", +# embeddedobj/util/embobj.component + "embeddedobj_UNOEmbeddedObjectCreator_get_implementation", + "embeddedobj_OOoEmbeddedObjectFactory_get_implementation", + "embeddedobj_OOoSpecialEmbeddedObjectFactory_get_implementation", # emfio/emfio.component "emfio_emfreader_XEmfParser_get_implementation", # eventattacher/source/evtatt.component |