Update comments.
This commit is contained in:
parent
21b0ed691b
commit
34f2ff9b85
|
@ -212,6 +212,9 @@ afterEvaluate { project ->
|
|||
}
|
||||
// If the license is not accepted, accept it so that automatic downloading
|
||||
// kicks in.
|
||||
// The license hash can be taken from the accepted licenses, by doing this
|
||||
// on your local machine the file is
|
||||
// ${androidHome}/licenses/android-sdk-license
|
||||
if (androidHome) {
|
||||
def dir = file("${androidHome}/licenses")
|
||||
dir.mkdirs()
|
||||
|
|
Loading…
Reference in New Issue