• Todd Volkert's avatar
    Extract Android SDK version from named platform dirs. (#13056) · f0e88198
    Todd Volkert authored
    Previously, we were mapping certain named platforms
    (e.g. `android-stable`) to their corresponding version.
    this had two problems:
    
    1. The version could become out of date. For instance, we had
       mapped `android-stable` to version 24, but the stable version
       is now 27.
    2. The list of possible named versions wasn't comprehensive.
       Some Android SDKs just list the platform as `stable`, or
       `experimental`, etc.
    
    This change updates the platform version detection to use
    the `build.prop` file that exists in the platform directory
    (only for cases where the version number is not encoded into
    the directory name).
    f0e88198
Name
Last commit
Last update
bin Loading commit data...
dev Loading commit data...
examples Loading commit data...
packages Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
ISSUE_TEMPLATE.md Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README.md Loading commit data...
VERSION Loading commit data...
analysis_options.yaml Loading commit data...
analysis_options_repo.yaml Loading commit data...
appveyor.yml Loading commit data...