diff options
author | 2023-09-20 21:15:09 +0000 | |
---|---|---|
committer | 2023-09-20 21:15:09 +0000 | |
commit | b641677d1b6e92ad022d32ff99ef79e2b391f4b6 (patch) | |
tree | 7a6a8c31728a9e8072d5bbd9f838f0607f90962d /api/api.go | |
parent | f2936a7d12a35575fdaef978b1f2e5edbbfe2edb (diff) | |
parent | bc57643eec69f6042f7c73f674a61b8170ba9cff (diff) |
Merge "Change ConvertWithBp2build signature" into main am: 0eaa433927 am: 5b97b21847 am: 5f857bb648 am: f4b2b2a671 am: bc57643eec
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2751686
Change-Id: I161dca7bb659ee1f2c27b8f27792dc33401226d7
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 6095a9a781d8..83804c65d81f 100644 --- a/api/api.go +++ b/api/api.go @@ -433,7 +433,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", |