summaryrefslogtreecommitdiff
path: root/ci/android-install-ndk.sh
Commit message (Collapse)AuthorAgeFilesLines
* Pin `cc` crate to fix AArch64-Android CIYuki Okushi2020-10-171-3/+3
|
* Use the latest Android SDK managerYuki Okushi2020-10-161-1/+1
|
* Use wget instead of curlghaYuki Okushi2020-10-141-1/+1
|
* Android: Update to latest version of NDK.Andrew Walbran2020-06-301-1/+1
|
* Use python3 insteadYuki Okushi2020-04-211-1/+1
|
* Update license yearYuki Okushi2020-04-121-0/+2
|
* Remove license headersYuki Okushi2020-04-111-11/+0
|
* Increase retries of Android downloadsgnzlbg2019-05-231-1/+1
|
* Update Android SDK, NDK (r19c), and API versions (arm:24,x86:28)gnzlbg2019-05-231-9/+22
| | | | | | | | | | | | * Update Android NDK to version r19c * Update Android API versions to: * API 24 on arm and aarch64 targets * API 28 on x86 and x86_64 targets * Unified headers were removed in NDK 16 * Refactor the NDK and SDK installation scripts * OpenJDK version 8 must be kept: it appears that the Android tools do not work with more modern OpenJDK versions.
* Increase the number of retries for curlgnzlbg2019-02-091-1/+1
|
* Retry all curl operationsTom Parker-Shemilt2018-11-261-1/+1
|
* Fix shellcheck issuesgnzlbg2018-11-201-3/+3
|
* Update to NDK r15b (with unified headers) and add missing symbols needed by ↵Nicolas Dusart2017-07-031-4/+5
| | | | nix crate
* Add test support for {aarch64, i686}-linux-androidMarco A L Barbosa2017-02-231-0/+36