diff options
Diffstat (limited to 'android/metrics.go')
-rw-r--r-- | android/metrics.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/metrics.go b/android/metrics.go index 3d41a1d6c..63c72cd97 100644 --- a/android/metrics.go +++ b/android/metrics.go @@ -42,7 +42,7 @@ func readSoongMetrics(config Config) (SoongMetrics, bool) { } func init() { - RegisterSingletonType("soong_metrics", soongMetricsSingletonFactory) + RegisterParallelSingletonType("soong_metrics", soongMetricsSingletonFactory) } func soongMetricsSingletonFactory() Singleton { return soongMetricsSingleton{} } |