Merge "Have ConvertWBp2build use Bp2buildMutatorContext" into main
This commit is contained in:
@@ -168,7 +168,7 @@ type bazelAconfigDeclarationsAttributes struct {
|
||||
Package string
|
||||
}
|
||||
|
||||
func (module *DeclarationsModule) ConvertWithBp2build(ctx android.TopDownMutatorContext) {
|
||||
func (module *DeclarationsModule) ConvertWithBp2build(ctx android.Bp2buildMutatorContext) {
|
||||
if ctx.ModuleType() != "aconfig_declarations" {
|
||||
return
|
||||
}
|
||||
|
@@ -96,7 +96,7 @@ type bazelAconfigValueSetAttributes struct {
|
||||
Values bazel.LabelListAttribute
|
||||
}
|
||||
|
||||
func (module *ValueSetModule) ConvertWithBp2build(ctx android.TopDownMutatorContext) {
|
||||
func (module *ValueSetModule) ConvertWithBp2build(ctx android.Bp2buildMutatorContext) {
|
||||
if ctx.ModuleType() != "aconfig_value_set" {
|
||||
return
|
||||
}
|
||||
|
@@ -75,7 +75,7 @@ type bazelAconfigValuesAttributes struct {
|
||||
Package string
|
||||
}
|
||||
|
||||
func (module *ValuesModule) ConvertWithBp2build(ctx android.TopDownMutatorContext) {
|
||||
func (module *ValuesModule) ConvertWithBp2build(ctx android.Bp2buildMutatorContext) {
|
||||
if ctx.ModuleType() != "aconfig_values" {
|
||||
return
|
||||
}
|
||||
|
Reference in New Issue
Block a user