summaryrefslogtreecommitdiff
path: root/apex/apex.go
diff options
context:
space:
mode:
author Cole Faust <colefaust@google.com> 2022-04-29 13:37:43 -0700
committer Cole Faust <colefaust@google.com> 2022-04-29 13:37:43 -0700
commit5f90da372edbc2726fad9cb637d9772c197bc9f2 (patch)
tree2dda5ffaca3986a67011222b34453ae866987b41 /apex/apex.go
parent7940585cf08a25b337c2ace3274e5ad805785e5b (diff)
Update locations of apex bzl files
Bug: 230893497 Test: ./build/bazel/vendor/google/build_mainline_modules.sh Test: b build //build/bazel/examples/apex/minimal:build.bazel.examples.apex.minimal Change-Id: Ib16bece720a9167d02d2ddd8c4f11257634d382b
Diffstat (limited to 'apex/apex.go')
-rw-r--r--apex/apex.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/apex/apex.go b/apex/apex.go
index f16b72d96..c77986880 100644
--- a/apex/apex.go
+++ b/apex/apex.go
@@ -3523,7 +3523,7 @@ func (a *apexBundle) ConvertWithBp2build(ctx android.TopDownMutatorContext) {
props := bazel.BazelTargetModuleProperties{
Rule_class: "apex",
- Bzl_load_location: "//build/bazel/rules:apex.bzl",
+ Bzl_load_location: "//build/bazel/rules/apex:apex.bzl",
}
ctx.CreateBazelTargetModule(props, android.CommonAttributes{Name: a.Name()}, attrs)