Home
last modified time | relevance | path

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

/build/soong/dexpreopt/
Ddexpreopt_test.go24 return testModuleConfig(ctx, name, "system")
28 return testModuleConfig(ctx, name, "system/product")
32 return testModuleConfig(ctx, name, "product")
35 func testModuleConfig(ctx android.PathContext, name, partition string) *ModuleConfig { func