diff options
| author | 2022-04-30 00:39:49 +0000 | |
|---|---|---|
| committer | 2022-04-30 00:39:49 +0000 | |
| commit | 1873bb0b1859550aa6f65cd866ecf81c945b53e2 (patch) | |
| tree | 454a179e68da65846a492b153156076c7edab9cb | |
| parent | 755be611c1d1dc5e1c327be26c401e35310bde42 (diff) | |
| parent | a704eb14690da4533c970e807a4224268cb499a0 (diff) | |
Merge "Update locations of apex bzl files" am: a704eb1469
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2081644
Change-Id: I0309fa080801cbb54dd24f2ad3e9ef0860a26d8e
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
| -rw-r--r-- | apex/apex.go | 2 | ||||
| -rw-r--r-- | apex/key.go | 2 |
2 files changed, 2 insertions, 2 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) diff --git a/apex/key.go b/apex/key.go index 829410ed2..9c5bb05e7 100644 --- a/apex/key.go +++ b/apex/key.go @@ -230,7 +230,7 @@ func apexKeyBp2BuildInternal(ctx android.TopDownMutatorContext, module *apexKey) props := bazel.BazelTargetModuleProperties{ Rule_class: "apex_key", - Bzl_load_location: "//build/bazel/rules:apex_key.bzl", + Bzl_load_location: "//build/bazel/rules/apex:apex_key.bzl", } ctx.CreateBazelTargetModule(props, android.CommonAttributes{Name: module.Name()}, attrs) |