summaryrefslogtreecommitdiff
path: root/bloaty/bloaty.go
diff options
context:
space:
mode:
Diffstat (limited to 'bloaty/bloaty.go')
-rw-r--r--bloaty/bloaty.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/bloaty/bloaty.go b/bloaty/bloaty.go
index 50f241f44..3cff60fe6 100644
--- a/bloaty/bloaty.go
+++ b/bloaty/bloaty.go
@@ -51,7 +51,7 @@ func init() {
pctx.VariableConfigMethod("hostPrebuiltTag", android.Config.PrebuiltOS)
pctx.SourcePathVariable("bloaty", "prebuilts/build-tools/${hostPrebuiltTag}/bin/bloaty")
pctx.HostBinToolVariable("bloatyMerger", "bloaty_merger")
- android.RegisterSingletonType("file_metrics", fileSizesSingleton)
+ android.RegisterParallelSingletonType("file_metrics", fileSizesSingleton)
fileSizeMeasurerKey = blueprint.NewProvider(measuredFiles{})
}