Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Inherit the SDK path from the android plugin #70

Merged
merged 5 commits into from
Feb 20, 2015

Commits on Feb 19, 2015

  1. Inherit the SDK path from the android plugin avoiding to duplicate su…

    …ch logic.
    
    The android grade plugin already determines the SDK path and exposes it.
    Unfortunately it is done in different ways in different versions.
    
    The unit test about androidHome is now useless, so it has been removed.
    emanuelez committed Feb 19, 2015
    Configuration menu
    Copy the full SHA
    05bf012 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9cc24c4 View commit details
    Browse the repository at this point in the history
  3. Extract androidHome detection logic in a private static method.

    Also infer the type of androidHome manually.
    emanuelez committed Feb 19, 2015
    Configuration menu
    Copy the full SHA
    9f77c69 View commit details
    Browse the repository at this point in the history
  4. Make the SDK detection more robust

    Also reintroduce the androidHome unit test
    emanuelez committed Feb 19, 2015
    Configuration menu
    Copy the full SHA
    8c05f12 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2015

  1. Adhere to coding standards

    emanuelez committed Feb 20, 2015
    Configuration menu
    Copy the full SHA
    36c8158 View commit details
    Browse the repository at this point in the history