Home
last modified time | relevance | path

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

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