Merge "bp2build: split as, c, and cpp srcs for cc_library" am: c306326fea
am: 2b978911bc
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1723161 Change-Id: Iee2fcb1cec1bc09d05fb0c57e7be3ba608bcc588
This commit is contained in:
@@ -63,7 +63,10 @@ func FilegroupBp2Build(ctx TopDownMutatorContext) {
|
||||
Srcs: srcs,
|
||||
}
|
||||
|
||||
props := bazel.BazelTargetModuleProperties{Rule_class: "filegroup"}
|
||||
props := bazel.BazelTargetModuleProperties{
|
||||
Rule_class: "filegroup",
|
||||
Bzl_load_location: "//build/bazel/rules:filegroup.bzl",
|
||||
}
|
||||
|
||||
ctx.CreateBazelTargetModule(BazelFileGroupFactory, fg.Name(), props, attrs)
|
||||
}
|
||||
|
Reference in New Issue
Block a user