about summary refs log tree commit diff
path: root/src/ci/docker/scripts/android-sdk.sh
AgeCommit message (Collapse)AuthorLines
2020-11-06fix shellcheck error of SC2148Daiki Ihara-0/+1
2019-04-22Remove double trailing newlinesvarkor-1/+0
2019-04-12ci: use a custom android sdk manager with pinning and mirroringPietro Albini-59/+21
2019-04-07ci: pin android emulator to 28.0.23Pietro Albini-2/+14
2019-01-23make sure to accept all android licensesPietro Albini-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2017-10-29ci: Upgrade Android SDK/NDK and refactor to use sdkmanager/avdmanager.kennytm-20/+32
* 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://github.com/android-ndk/ndk/wiki/Changelog-r15.
2017-10-10ci: Fix installing the Android SDKAlex Crichton-1/+1
Apparently the https urls are broken due to some certificate validation whatnots, and so far the least intrusive solution I've found is to just disable that.
2017-07-18travis: Switch `curl -s` to `curl -f`Alex Crichton-1/+1
I seem to have been a little too tired when I fixed up the container scripts, applying the wrong flag!
2017-07-17travis: Make a few `curl` invocations more resilientAlex Crichton-1/+1
Use the `-f` flag to indicate that, for example, a 500 response code is to be considered a failure, triggering the normal retry logic. Also ignore errors where we check the date from google.com, as a failure there shouldn't fail the build.
2017-05-18ci: move shared scripts to src/ci/docker/scripts/Marco A L Barbosa-0/+53