Merge "Convert filegroups in api_bp2build" am: 3b965d4bb0
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2481335 Change-Id: Ia28da77f7582b02b3203b05fc878edeeea134c36 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
80ec5d3fb6
1 changed files with 6 additions and 0 deletions
|
@ -78,6 +78,12 @@ type bazelAidlLibraryAttributes struct {
|
|||
Strip_import_prefix *string
|
||||
}
|
||||
|
||||
// api srcs can be contained in filegroups.
|
||||
// this should be generated in api_bp2build workspace as well.
|
||||
func (fg *fileGroup) ConvertWithApiBp2build(ctx TopDownMutatorContext) {
|
||||
fg.ConvertWithBp2build(ctx)
|
||||
}
|
||||
|
||||
// ConvertWithBp2build performs bp2build conversion of filegroup
|
||||
func (fg *fileGroup) ConvertWithBp2build(ctx TopDownMutatorContext) {
|
||||
srcs := bazel.MakeLabelListAttribute(
|
||||
|
|
Loading…
Reference in a new issue