diff options
author | 2023-09-20 19:28:37 +0000 | |
---|---|---|
committer | 2023-09-20 19:28:37 +0000 | |
commit | f4b2b2a6713bd1fbf964bd7ec9a744d97da5bd9f (patch) | |
tree | 76e94deedaddffcd30491a7f5f645e215a6cc271 /api/api.go | |
parent | 2e3d9ce05f89a90e92785b375bbbf6f58de55c9c (diff) | |
parent | 5f857bb64874908b95d562781b0bf4779e1a0055 (diff) |
Merge "Change ConvertWithBp2build signature" into main am: 0eaa433927 am: 5b97b21847 am: 5f857bb648
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2751686
Change-Id: Ifecd8a6b5de8ed370090bc80ca9a38ae844d6d7b
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", |