Home
last modified time | relevance | path

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

/build/soong/android/
Dmetrics.go54 func soongMetricsSingletonFactory() Singleton { return soongMetricsSingleton{} }
56 type soongMetricsSingleton struct{} struct
58 func (soongMetricsSingleton) GenerateBuildActions(ctx SingletonContext) { argument