Blind fix for Android

...after b625194763 "ucb/expand: create
instances with uno constructors",

> native-code.cxx:532:63: error: expected ';' after top level declarator
> void * ucb_expand_ExpandContentProviderImpl_get_implementation.a( void *, void * );
>                                                               ^
>                                                               ;
> native-code.cxx:1154:127: error: member reference base type 'void *' is not a structure or union
>         { "ucb_expand_ExpandContentProviderImpl_get_implementation.a", ucb_expand_ExpandContentProviderImpl_get_implementation.a },
>                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
> 2 errors generated.
> 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=1595521801.13246>)

Change-Id: Ic9542a13a34c989c8e1e54be18680d6a93d10631
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99332
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
This commit is contained in:
Stephan Bergmann 2020-07-23 18:55:51 +02:00
parent d122dbd060
commit c614305e30

View file

@ -332,7 +332,7 @@ core_constructor_list = [
# ucb/source/ucp/file/ucpfile1.component
"ucb_file_FileProvider_get_implementation",
# ucb/source/ucp/expand/ucpexpand1.component
("ucb_expand_ExpandContentProviderImpl_get_implementation.a", "#ifdef ANDROID"),
("ucb_expand_ExpandContentProviderImpl_get_implementation", "#ifdef ANDROID"),
# ucb/source/sorter/srtrs1.component
"ucb_SortedDynamicResultSetFactory_get_implementation",
# ucb/source/tdoc/ucptdoc1.component