You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure when this started happening, but in the current build all plugins are stripped of public symbols, including the plugin entry point. Thus, plugins are not working.
It doesn't appear to be related to any of the libfunctionality macros for the entry point itself. Even if you manually add a symbol to the plugin source, like so:
I'm not sure when this started happening, but in the current build all plugins are stripped of public symbols, including the plugin entry point. Thus, plugins are not working.
It doesn't appear to be related to any of the libfunctionality macros for the entry point itself. Even if you manually add a symbol to the plugin source, like so:
This symbol is still not visible from the output .so file:
Here is the link.txt of one of the plugins - it doesn't look out of the ordinary (unless I'm missing something):
Other built android .so files are not affected by this. Everything in libosvrClientKit.so for example is exported correctly.
The text was updated successfully, but these errors were encountered: