Merge "Bp2Build common properties auto-handling" am: d905146590

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1815376

Change-Id: I38f1063302ea90583a51e625076e6232b4364ab7
This commit is contained in:
Treehugger Robot
2021-10-04 19:20:28 +00:00
committed by Automerger Merge Worker
18 changed files with 229 additions and 51 deletions

View File

@@ -3267,5 +3267,5 @@ func apexBundleBp2BuildInternal(ctx android.TopDownMutatorContext, module *apexB
Bzl_load_location: "//build/bazel/rules:apex.bzl",
}
ctx.CreateBazelTargetModule(module.Name(), props, attrs)
ctx.CreateBazelTargetModule(props, android.CommonAttributes{Name: module.Name()}, attrs)
}