diff options
author | Dan Willemsen <dwillemsen@google.com> | 2019-04-07 09:44:35 -0700 |
---|---|---|
committer | Dan Willemsen <dwillemsen@google.com> | 2019-04-09 09:50:25 -0700 |
commit | aad19605c5b4c4f8e207fd15bc689bca57034187 (patch) | |
tree | be83e87a68b97433cedcf1dad6784bc0d33eb9d8 /java/kotlin.go | |
parent | b6d171bb73fd4c64b1056dbe97fabf2487811d55 (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.go | 5 |
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}", |