summaryrefslogtreecommitdiff
path: root/misc/travis/android-tools-linux.sh
AgeCommit message (Collapse)Author
2019-10-26Travis: Force installing OpenJDK8 for Android SDK compatibilityRémi Verschelde
Travis CI upgraded their Xenial VMs to default to openjdk11, which is not working properly for sdkmanager, so we can no longer accept licenses for the SDK. They don't really seem to care about providing a good alternative for us from the few threads I read, so let's just force openjdk8 back.
2019-10-24Travis: Update Android NDK to r20Rémi Verschelde
Drop unused and outdated OSX setup.
2019-01-21Travis: Fix accepting Android SDK licensesRémi Verschelde
It has been failing since a few days, apparently `sdkmanager --licenses` is no longer sufficient to accept all licenses, the `platform-tools` install triggers another license dialog. Now saying yes to all just in case.
2018-10-02Travis: Update Android NDK to r18Rémi Verschelde
2017-11-13change matrix and enable caching for Android, iOS and macOS (cross-compile)Rhody Lugo