Home
last modified time | relevance | path

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

/build/soong/dexpreopt/
Dconfig.go231 var testGlobalConfigOnceKey = android.NewOnceKey("TestDexpreoptGlobalConfig") var
246 return ctx.Config().Once(testGlobalConfigOnceKey, func() interface{} {
261 …config.Once(testGlobalConfigOnceKey, func() interface{} { return globalConfigAndRaw{globalConfig, …