commit | 663e4508dc4fe228696ede997d5fca24e4c1431e | [log] [tgz] |
---|---|---|
author | Yu Liu <yudiliu@google.com> | Mon Aug 12 18:23:59 2024 +0000 |
committer | Yu Liu <yudiliu@google.com> | Mon Aug 12 22:50:19 2024 +0000 |
tree | 9b7af2c4054009b226b492484224bc598f4d7ae8 | |
parent | 703c2e3d64aff7950a8485a2c46fe15b0f91d89e [diff] [blame] |
Merge SingletonProviderContext with OtherModuleProviderContext Bug: 358425833 Test: CI Change-Id: I8e3f40dc3cfc5337008b419801f8e6bf2d48e8b2
diff --git a/bloaty/bloaty.go b/bloaty/bloaty.go index b72b6d3..8ecea98 100644 --- a/bloaty/bloaty.go +++ b/bloaty/bloaty.go
@@ -88,7 +88,7 @@ if !m.ExportedToMake() { return } - filePaths, ok := android.SingletonModuleProvider(ctx, m, fileSizeMeasurerKey) + filePaths, ok := android.OtherModuleProvider(ctx, m, fileSizeMeasurerKey) if !ok { return }