Add extra used dependencies
Found while executing the build actions remotely. Bug: 130111713 Test: treehugger Test: run actions remotely with given dependencies, they pass. Change-Id: I2bff8fb8ccf50fde446d6bcef0f1dca9b2974b4b
This commit is contained in:
@@ -37,6 +37,11 @@ var kotlinc = pctx.AndroidGomaStaticRule("kotlinc",
|
||||
CommandDeps: []string{
|
||||
"${config.KotlincCmd}",
|
||||
"${config.KotlinCompilerJar}",
|
||||
"${config.KotlinPreloaderJar}",
|
||||
"${config.KotlinReflectJar}",
|
||||
"${config.KotlinScriptRuntimeJar}",
|
||||
"${config.KotlinStdlibJar}",
|
||||
"${config.KotlinTrove4jJar}",
|
||||
"${config.GenKotlinBuildFileCmd}",
|
||||
"${config.SoongZipCmd}",
|
||||
"${config.ZipSyncCmd}",
|
||||
|
Reference in New Issue
Block a user