Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/dexpreopt/
H A 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