Merge "Make bp2build_all_srcs manual." into main
This commit is contained in:
@@ -837,7 +837,7 @@ func GenerateBazelTargets(ctx *CodegenContext, generateFilegroups bool) (convers
|
|||||||
for dir := range dirs {
|
for dir := range dirs {
|
||||||
buildFileToTargets[dir] = append(buildFileToTargets[dir], BazelTarget{
|
buildFileToTargets[dir] = append(buildFileToTargets[dir], BazelTarget{
|
||||||
name: "bp2build_all_srcs",
|
name: "bp2build_all_srcs",
|
||||||
content: `filegroup(name = "bp2build_all_srcs", srcs = glob(["**/*"]))`,
|
content: `filegroup(name = "bp2build_all_srcs", srcs = glob(["**/*"]), tags = ["manual"])`,
|
||||||
ruleClass: "filegroup",
|
ruleClass: "filegroup",
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user