Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 52f9ad09 authored by Chris Parsons's avatar Chris Parsons
Browse files

Change ConvertWithBp2build signature

Test: See CL topic
Change-Id: Id7d5366fd713409c2a9e12407b901d5d1d91a289
parent 732c0812
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -429,7 +429,7 @@ type bazelCombinedApisAttributes struct {
}

// combined_apis bp2build converter
func (a *CombinedApis) ConvertWithBp2build(ctx android.TopDownMutatorContext) {
func (a *CombinedApis) ConvertWithBp2build(ctx android.Bp2buildMutatorContext) {
	basePrefix := "non-updatable"
	scopeToSuffix := map[string]string{
		"public":        "-current.txt",