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

Support Android ndk versions r23-beta3 and up #85806

Merged
merged 3 commits into from Jun 4, 2021
Merged

Support Android ndk versions r23-beta3 and up #85806

merged 3 commits into from Jun 4, 2021

Commits on Jun 1, 2021

  1. Update compiler_builtins to 0.1.44

    Tilmann Meyer committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    971a3f1 View commit details
    Browse the repository at this point in the history
  2. Support Android ndk versions r23-beta3 and up

    Since android ndk version `r23-beta3`, `libgcc` has been replaced with
    `libunwind`. This moves the linking of `libgcc`/`libunwind` into the
    `unwind` crate where we check if the system compiler can find
    `libunwind` and fall back to `libgcc` if needed.
    Tilmann Meyer committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    965997b View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2021

  1. Update compiler_builtins to v0.1.45

    Tilmann Meyer committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    b271f2b View commit details
    Browse the repository at this point in the history