summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2020-07-24 07:50:29 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-07-24 08:33:06 +0200
commita9e4974e113394e0940b2e03ffb718345f5a65c2 (patch)
tree751b34336b739e91731a5ca0399fc1c695a66a0a /solenv
parentae5afcea076d2e90dcc48771c1008320f0334f06 (diff)
Blind fix for Android
...after c049d5336c110196886480330dba9238faee0e39 "scaddins: create instances with uno constructors", > /tmp/native-code-87dfa4.o:native-code.cxx:lo_get_factory_map::map: error: undefined reference to 'embobj_component_getFactory' > /tmp/native-code-87dfa4.o:native-code.cxx:lo_get_constructor_map::map: error: undefined reference to 'scaddins_ScaDateAddIn_get_implementationscaddins_ScaPricingAddIn_get_implementation' > clang++: error: linker command failed with exit code 1 (use -v to see invocation) > make[2]: *** [../Bootstrap/Makefile.shared:63: /tinderbox/buildslave/build/android/obj/local/armeabi-v7a/liblo-native-code.so] Error 1 (<https://tinderbox.libreoffice.org/cgi-bin/gunzip.cgi?tree=MASTER& full-log=1595568001.24884>) Change-Id: Ib9f18a8aff0f4e32e78d5d9bb2d7b9de85b3f23f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99344 Tested-by: Noel Grandin <noel.grandin@collabora.co.uk> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'solenv')
-rwxr-xr-xsolenv/bin/native-code.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py
index e53d3adf83eb..c7c3f952446f 100755
--- a/solenv/bin/native-code.py
+++ b/solenv/bin/native-code.py
@@ -527,7 +527,7 @@ calc_constructor_list = [
# scaddins/source/analysis/analysis.component
"scaddins_AnalysisAddIn_get_implementation",
# scaddins/source/datefunc/date.component
- "scaddins_ScaDateAddIn_get_implementation"
+ "scaddins_ScaDateAddIn_get_implementation",
# scaddins/source/pricing/pricing.component
"scaddins_ScaPricingAddIn_get_implementation",
# scripting/source/vbaevents/vbaevents.component