Searched refs:configPath (Results 1 – 3 of 3) sorted by relevance
/build/soong/java/ |
D | dexpreopt.go | 50 configPath android.WritablePath member 243 d.configPath = android.PathForModuleOut(ctx, "dexpreopt", "dexpreopt.config") 244 dexpreopt.WriteModuleConfig(ctx, dexpreoptConfig, d.configPath)
|
D | androidmk.go | 129 if library.dexpreopter.configPath != nil { 130 entries.SetPath("LOCAL_SOONG_DEXPREOPT_CONFIG", library.dexpreopter.configPath) 401 if app.dexpreopter.configPath != nil { 402 entries.SetPath("LOCAL_SOONG_DEXPREOPT_CONFIG", app.dexpreopter.configPath)
|
/build/soong/cc/ |
D | fuzz.go | 292 configPath := android.PathForModuleOut(ctx, "config").Join(ctx, "config.json") 293 android.WriteFileRule(ctx, configPath, fuzz.Properties.Fuzz_config.String()) 294 fuzz.config = configPath
|