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

fix(android)(9_0_X): module build to download ndk with gradle tool 3.5.0+ #11620

Merged
merged 4 commits into from
Apr 30, 2020

Commits on Apr 10, 2020

  1. fix(android): module build to download ndk with gradle tool 3.5.0+

    - After updating Android gradle tool from 3.4.x to 3.6.0, module builds no longer auto-downloads NDK if missing.
    - Issue on Google's end which default to an "unstable" NDK version and tool does not support downloading unstable versions.
    jquick-axway committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    27c5226 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2020

  1. chore(android): default to older ndk version for modules

    - Downgraded default NDK version for modules from 21.0.6113669 to 20.1.5948944
      * Avoids harmless "bad file descriptor" errors that get logged by newest NDK.
    jquick-axway committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    ae5f7e7 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2020

  1. Configuration menu
    Copy the full SHA
    51aeb05 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2020

  1. Configuration menu
    Copy the full SHA
    9df9ada View commit details
    Browse the repository at this point in the history