summaryrefslogtreecommitdiff
path: root/apex/apex.go
diff options
context:
space:
mode:
author Treehugger Robot <treehugger-gerrit@google.com> 2022-04-30 00:20:08 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2022-04-30 00:20:08 +0000
commita704eb14690da4533c970e807a4224268cb499a0 (patch)
tree454a179e68da65846a492b153156076c7edab9cb /apex/apex.go
parentb69919c70d0c4acd57069d2fa50ee0636b8961d7 (diff)
parent5f90da372edbc2726fad9cb637d9772c197bc9f2 (diff)
Merge "Update locations of apex bzl files"
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)