[ci] Change soname of _experimental.so#127
[ci] Change soname of _experimental.so#127JSUYA wants to merge 1 commit intoflutter-tizen:masterfrom
Conversation
There was a problem hiding this comment.
Can we dynamically load libvulkan at runtime (e.g. volk)? I believe you have already considered this approach but wanted to ask anyway. Please ignore if it's too hard to explain.
There was a problem hiding this comment.
Oh, I hadn't thought about dynamically loading libvulkan. Since the vulkan support PR has already been merged, i think, there's no need to apply this right now, but it seems like it could be improved using this method. Thanks for your information.
There was a problem hiding this comment.
+)
We'll review this comment here. If you have any suggestions, please leave them.
#128
|
@JSUYA Hello, I have a query, : |
Hi @xiaowei-guan |
Hi,@JSUYA And Previously, we encountered errors when running C++ host because using simple file renaming commands (such as |
|
Yes, that's correct. As per your review, patchelf doesn't seem to be needed. I've created a flutter-tizen PR that uses experimental.so. Please review it. flutter-tizen/flutter-tizen#686 |
Force changing SONAME because experimental so can not loaded in C++ host application.
#110 (comment)