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

@@ -1431,5 +1431,5 @@ func androidAppCertificateBp2BuildInternal(ctx android.TopDownMutatorContext, mo
Bzl_load_location: "//build/bazel/rules:android_app_certificate.bzl",
}
ctx.CreateBazelTargetModule(module.Name(), props, attrs)
ctx.CreateBazelTargetModule(props, android.CommonAttributes{Name: module.Name()}, attrs)
}