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 target to use new build system integration #102756

Closed
wants to merge 1 commit into from

Commits on Oct 6, 2022

  1. Update Android target to use new build system integration

    Currently the Android build support relies on standalone toolchains which
    are obsolete as of NDK r19. This change adds support for the new build
    system integration described here:
    
    https://developer.android.com/ndk/guides/other_build_systems
    
    This avoids developers needing to create a standalone toolchain for each
    target as well as needing to specify the NDK path on each target, as the
    NDK path is now specified via [build]. The target-specific android-ndk
    option is still available for users of standalone toolchains.
    pcc committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    59a9415 View commit details
    Browse the repository at this point in the history