Home
last modified time | relevance | path

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

/build/soong/android/
Dmetrics.go26 var soongMetricsOnceKey = NewOnceKey("soong metrics") var
34 return config.Get(soongMetricsOnceKey).(SoongMetrics)
53 ctx.Config().Once(soongMetricsOnceKey, func() interface{} {