Home
last modified time | relevance | path

Searched refs:soongMetricsSingletonFactory (Results 1 – 1 of 1) sorted by relevance

/build/soong/android/
Dmetrics.go38 RegisterSingletonType("soong_metrics", soongMetricsSingletonFactory)
41 func soongMetricsSingletonFactory() Singleton { return soongMetricsSingleton{} } func