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

ci: Upgrade Android SDK/NDK and refactor to use sdkmanager/avdmanager. #45580

Merged
merged 1 commit into from
Oct 29, 2017

Commits on Oct 28, 2017

  1. ci: Upgrade Android SDK/NDK and refactor to use sdkmanager/avdmanager.

    * SDK tools is upgraded to 27.0.0.
       - Refactored to use `sdkmanager`/`avdmanager` instead of the deprecated
         `android` tool.
    
    * The Java version used by Android SDK is downgraded to OpenJDK-8, in order
      to download the SDK through HTTPS.
    
    * NDK is upgrade to r15c.
       - Dropped support for android-9 (2.3 / Gingerbread), the minimal
         supported version is now android-14 (4.0 / Ice Cream Sandwich).
       - Changed the default Android compiler from GCC to clang.
       - For details of change introduced by NDK r15, see
         https:/android-ndk/ndk/wiki/Changelog-r15.
    kennytm committed Oct 28, 2017
    Configuration menu
    Copy the full SHA
    c46b04c View commit details
    Browse the repository at this point in the history