diff options
| author | 2023-05-08 15:41:01 +0000 | |
|---|---|---|
| committer | 2023-05-08 18:02:01 +0000 | |
| commit | a28acb5a16e7c16e11b393a84f686397ded0eb54 (patch) | |
| tree | bace1f6908ee94a12b18466341d6089f2fa82095 /java/java.go | |
| parent | c0bdca91104e72b1435d02e7caf64c4eaef1998d (diff) | |
Delete kotlin/rules.bzl file
Bug: 277800767
Test: treehugger
Change-Id: I5cff1e4bbb18b9145335169bc4edb0d569525b35
Diffstat (limited to 'java/java.go')
| -rw-r--r-- | java/java.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/java.go b/java/java.go index d3e74fd1c..16d9ee7c3 100644 --- a/java/java.go +++ b/java/java.go @@ -2968,7 +2968,7 @@ type kotlinAttributes struct { func ktJvmLibraryBazelTargetModuleProperties() bazel.BazelTargetModuleProperties { return bazel.BazelTargetModuleProperties{ Rule_class: "kt_jvm_library", - Bzl_load_location: "//build/bazel/rules/kotlin:rules.bzl", + Bzl_load_location: "//build/bazel/rules/kotlin:kt_jvm_library.bzl", } } |