From 52f9ad09af65c1bb3c35ff83a98e4a6c09fa471c Mon Sep 17 00:00:00 2001 From: Chris Parsons Date: Wed, 13 Sep 2023 21:30:55 +0000 Subject: Change ConvertWithBp2build signature Test: See CL topic Change-Id: Id7d5366fd713409c2a9e12407b901d5d1d91a289 --- api/api.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api/api.go') diff --git a/api/api.go b/api/api.go index e09be03cd51d..431d6d8d06ff 100644 --- a/api/api.go +++ b/api/api.go @@ -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", -- cgit v1.2.3-59-g8ed1b