summaryrefslogtreecommitdiff
path: root/misc/travis/android-tools-linux.sh
AgeCommit message (Collapse)Author
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