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 just checked and a patchelf built from https://github.com/NixOS/patchelf master can modify the soname (with --set-soname) and still be stripped afterwards (not the case with the version in homebrew). It's also a pretty simple build, since patchelf is just a single c++ file.
Sigh. Rust doesn't set the ELF
SONAME
. Android's linker requires the SONAME be set. I don't know how to address this yet.The text was updated successfully, but these errors were encountered: