]> git.lizzy.rs Git - rust.git/commit
Auto merge of #45580 - kennytm:sdkmanager, r=alexcrichton
authorbors <bors@rust-lang.org>
Sat, 28 Oct 2017 23:40:31 +0000 (23:40 +0000)
committerbors <bors@rust-lang.org>
Sat, 28 Oct 2017 23:40:31 +0000 (23:40 +0000)
commit49edcbd32ad044c626b66ae7645bd31d7c71786b
tree2633903ad7f79b282eee6df8b993961b365133a8
parent269cf5026cdac6ff47f886a948e99101316d7091
parentc46b04cbdd1bdf0183b121fac18513c0609962ee
Auto merge of #45580 - kennytm:sdkmanager, r=alexcrichton

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

* SDK tools is upgraded to 27.0.0.

* Stopped using the deprecated `android` tool, instead use the recommended `sdkmanager` and `avdmanager`.

* NDK is upgrade to r15c.

    The r15 series [dropped support for android-9](https://github.com/android-ndk/ndk/wiki/Changelog-r15) (2.3 / Gingerbread), the minimal supported version is now android-14 (4.0 / Ice Cream Sandwich).

r? @alexcrichton

(WIP, haven't confirmed if the change really works yet)