Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android: force-link libdl #274

Merged
merged 1 commit into from
Apr 20, 2021
Merged

Android: force-link libdl #274

merged 1 commit into from
Apr 20, 2021

Commits on Apr 20, 2021

  1. Android: force-link libdl

    For some reason, the Docker build of libsignal_jni.so doesn't link to
    libdl, even though the build on my local machine does. This doesn't
    seem to be a problem on most phones, presumably because the libdl
    functions are re-exported through libc. However, on a small subset of
    Android phones this is not good enough and libsignal_jni.so fails to
    load. For now, work around this by forcing the Android
    cross-compilation linker to link to libdl (instead of doing it "as
    needed").
    jrose-signal committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    571be02 View commit details
    Browse the repository at this point in the history