Merge "Bp2Build common properties auto-handling"

This commit is contained in:
Treehugger Robot
2021-10-04 19:02:07 +00:00
committed by Gerrit Code Review
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)
}