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

Improve android-ndk property interface #102994

Closed
wants to merge 1 commit into from
Closed

Commits on Apr 21, 2023

  1. Improve android-ndk property interface

    PR rust-lang#105716 added support for NDK r25b, and removed support for r15. Since
    the switch to r25b would have broken existing r15 users anyway, let's
    take the opportunity to make the interface more user friendly.
    
    Firstly move the android-ndk property to [build] instead of the
    targets. This is possible now that the NDK has obsoleted the concept of
    target-specific toolchains.
    
    Also make the property take the NDK root directory instead of the
    "toolchains/llvm/prebuilt/<host tag>" subdirectory.
    pcc committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    b962b34 View commit details
    Browse the repository at this point in the history