Skip to content
Snippets Groups Projects
  • David Neto's avatar
    Travis-CI: Use Android NDK r13b specifically · 3541d8a5
    David Neto authored
    The Travis-CI bot downloads a copy of the Android NDK.  The source
    we get it from recently updated to Android NDK r17b.  However,
    the android.toolchain.cmake file does not know how to parse the
    Android native API level from that version of the NDK.  So check
    out the NDK r13b version that we were using until yesterday.
    
    Fixes #1439
    3541d8a5
.travis.yml 4.29 KiB