Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure specific Android SDK platform version is installed #383

Merged

Commits on May 25, 2016

  1. Ensure specific Android SDK platform version is installed

    Update the creates parameter to the cmd.run state which installs the
    Android SDK to check for both the platform tools and the specific
    version of the platform we are using (currently, android-18). This
    makes sure that the SDK will reinstalled on future Salt runs if either
    directory is missing, instead of just checking for the platform tools.
    
    Also, extract the Android platform into a Jinja variable.
    
    Note that this feature of Salt is not documented, hence why I didn't
    do this originally - I thought it didn't exist. I only discovered it
    when I went into the Salt codebase to implement it myself.
    aneeshusa committed May 25, 2016
You can’t perform that action at this time.