summaryrefslogtreecommitdiff
path: root/java/kotlin.go
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2019-04-07 09:44:35 -0700
committerDan Willemsen <dwillemsen@google.com>2019-04-09 09:50:25 -0700
commitaad19605c5b4c4f8e207fd15bc689bca57034187 (patch)
treebe83e87a68b97433cedcf1dad6784bc0d33eb9d8 /java/kotlin.go
parentb6d171bb73fd4c64b1056dbe97fabf2487811d55 (diff)
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
Diffstat (limited to 'java/kotlin.go')
-rw-r--r--java/kotlin.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/java/kotlin.go b/java/kotlin.go
index 81b89f96f..054998f04 100644
--- a/java/kotlin.go
+++ b/java/kotlin.go
@@ -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}",