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 | 1093 m.installTarget = PathForPhony(ctx, name) 1100 m.checkbuildTarget = PathForPhony(ctx, name) 2229 modulesInDir[p] = append(modulesInDir[p], PathForPhony(ctx, mmTarget(dir))) 2265 osClass[className] = append(osClass[className], PathForPhony(ctx, name))
|
D | paths.go | 1345 func PathForPhony(ctx PathContext, phony string) WritablePath { func
|
/build/soong/java/ |
D | dexpreopt_bootjars.go | 675 phony := android.PathForPhony(ctx, "dump-oat-boot-"+arch.String()) 686 phony := android.PathForPhony(ctx, "dump-oat-boot")
|
/build/soong/apex/ |
D | builder.go | 748 Output: android.PathForPhony(ctx, a.Name()+"-deps-info"),
|