aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNevena Kotlaja <kotlaja@google.com>2023-09-21 06:20:44 -0700
committerCopybara-Service <copybara-worker@google.com>2023-09-21 06:21:18 -0700
commitf8f41a0801edcadcc622472bf04de35c18bcf551 (patch)
treeb21076cc4fd4c255d380ce1a4689da3a6d0d55cb
parentb698f4cef944b3407005897287ffd13c80bbc807 (diff)
downloadbazelbuild-kotlin-rules-f8f41a0801edcadcc622472bf04de35c18bcf551.tar.gz
Continue with Automatic Exec Groups migration in Kotlin rules
When migrating AEGs inside rules_android, I made modifications inside rules_kotlin. Current modifications are a consequence of migrating other rules. PiperOrigin-RevId: 567287761
-rw-r--r--kotlin/common.bzl1
1 files changed, 1 insertions, 0 deletions
diff --git a/kotlin/common.bzl b/kotlin/common.bzl
index 56eaf75..22afdff 100644
--- a/kotlin/common.bzl
+++ b/kotlin/common.bzl
@@ -899,6 +899,7 @@ def _validate_proguard_specs(
ctx.actions.run(
executable = proguard_allowlister,
+ toolchain = kt_jvm_toolchains.type,
arguments = [args],
inputs = [proguard_spec],
outputs = [validated_proguard_spec],