Update comments.

This commit is contained in:
damencho 2017-10-24 10:14:35 -05:00 committed by Saúl Ibarra Corretgé
parent 21b0ed691b
commit 34f2ff9b85
1 changed files with 3 additions and 0 deletions

View File

@ -212,6 +212,9 @@ afterEvaluate { project ->
} }
// If the license is not accepted, accept it so that automatic downloading // If the license is not accepted, accept it so that automatic downloading
// kicks in. // 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) { if (androidHome) {
def dir = file("${androidHome}/licenses") def dir = file("${androidHome}/licenses")
dir.mkdirs() dir.mkdirs()