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

Update Android in CI #120593

Merged
merged 1 commit into from
Jul 26, 2024
Merged

Update Android in CI #120593

merged 1 commit into from
Jul 26, 2024

Commits on Jul 26, 2024

  1. Update Android testing to API 21, matching NDK 26

    We were running testing on API 18, which was already out of support for
    NDK 25, and some of the ancient behavior in that image was causing
    trouble when developing `rustc` features (rust-lang#120326).
    
    Update to the current LTS NDK 26, and to its minimum supported API 21.
    
    Fixes: rust-lang#120567
    maurer committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    8bf9aea View commit details
    Browse the repository at this point in the history