diff options
author | 2023-09-20 20:09:47 +0000 | |
---|---|---|
committer | 2023-09-20 20:09:47 +0000 | |
commit | bc57643eec69f6042f7c73f674a61b8170ba9cff (patch) | |
tree | 65c75f8ccff8336121e94041e82dae72f919c344 /api/api.go | |
parent | 6bf297faa23491ac720da7eafebdfb8ca17d5f9a (diff) | |
parent | f4b2b2a6713bd1fbf964bd7ec9a744d97da5bd9f (diff) |
Merge "Change ConvertWithBp2build signature" into main am: 0eaa433927 am: 5b97b21847 am: 5f857bb648 am: f4b2b2a671
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2751686
Change-Id: Ida070630336f6fea65c10e91d38177beba0fefb8
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
Diffstat (limited to 'api/api.go')
-rw-r--r-- | api/api.go | 2 |
1 files changed, 1 insertions, 1 deletions
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", |