• Add smoke test that Android SDK is installed properly

    The Android SDK installation states often have tricky changes
    due to upstream changes by Google,
    and additionally often fail silently in various different ways
    e.g. because the `android` tool always has a zero exit status.
    Additionally, some failures are not evident until Servo builds
    themselves start failing.
    
    Add a somke test in saltfs to catch common problems early on,
    and automatically run it on Travis.
    aneeshusa committed Apr 20, 2017