Searched refs:PathForPhony (Results 1 – 5 of 5) sorted by relevance
/build/soong/android/ |
D | phony.go | 60 Outputs: []WritablePath{PathForPhony(ctx, phony)},
|
D | module.go | 1182 m.installTarget = PathForPhony(ctx, name) 1189 m.checkbuildTarget = PathForPhony(ctx, name) 2362 modulesInDir[p] = append(modulesInDir[p], PathForPhony(ctx, mmTarget(dir))) 2398 osClass[className] = append(osClass[className], PathForPhony(ctx, name))
|
D | paths.go | 1448 func PathForPhony(ctx PathContext, phony string) WritablePath { func
|
/build/soong/java/ |
D | dexpreopt_bootjars.go | 682 phony := android.PathForPhony(ctx, "dump-oat-boot-"+suffix) 693 phony := android.PathForPhony(ctx, "dump-oat-boot")
|
/build/soong/apex/ |
D | builder.go | 811 Output: android.PathForPhony(ctx, a.Name()+"-deps-info"),
|