mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Log.
This commit is contained in:
parent
c90276de69
commit
a1ec263562
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ open class RunCommand(val command: String) {
|
|||
|
||||
val pb = ProcessBuilder(allArgs)
|
||||
pb.directory(directory)
|
||||
log(1, "Running command: " + allArgs.joinToString(" "))
|
||||
log(2, "Running command: " + allArgs.joinToString(" "))
|
||||
val process = pb.start()
|
||||
pb.environment().put("ANDROID_HOME", "/Users/beust/android/adt-bundle-mac-x86_64-20140702/sdk")
|
||||
val errorCode = process.waitFor()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue