commit | 0eaa4339271f7da1902f154d22dc0f8fa3800c27 | [log] [tgz] |
---|---|---|
author | Christopher Parsons <cparsons@google.com> | Wed Sep 20 17:56:24 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Sep 20 17:56:24 2023 +0000 |
tree | 378d4aa4aa031228272d493fd00d0e5f91ab4e3e | |
parent | 5a9edb9a6c4d1f706ddb3f97158b2711744b77ce [diff] | |
parent | 52f9ad09af65c1bb3c35ff83a98e4a6c09fa471c [diff] |
Merge "Change ConvertWithBp2build signature" into main
diff --git a/api/api.go b/api/api.go index e09be03..431d6d8 100644 --- a/api/api.go +++ b/api/api.go
@@ -429,7 +429,7 @@ } // 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",