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>
This commit is contained in:
@@ -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)
|
||||
|
@@ -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)
|
||||
|
Reference in New Issue
Block a user