Searched refs:Phony (Results 1 – 21 of 21) sorted by relevance
/build/soong/java/ |
D | boot_jars.go | 45 ctx.Phony("check-boot-jars", timestamp) 48 ctx.Phony("droidcore", android.PathForPhony(ctx, "check-boot-jars"))
|
D | lint.go | 616 ctx.Phony("lint-check", l.htmlZip, l.textZip, l.xmlZip)
|
D | dexpreopt_bootjars.go | 870 Rule: android.Phony,
|
D | java.go | 1781 ctx.Phony("xref_java", xrefTargets...)
|
/build/soong/android/ |
D | phony.go | 59 Rule: blueprint.Phony, 69 ctx.Phony(phony, p.phonyMap[phony]...)
|
D | test_suites.go | 51 ctx.Phony("robolectric-tests", t.robolectric)
|
D | writedocs.go | 88 ctx.Phony("soong_docs", docsFile)
|
D | queryview.go | 103 ctx.Phony(name, bazelQueryViewWorkspaceFile)
|
D | defs.go | 36 Phony = pctx.AndroidStaticRule("Phony", var
|
D | singleton.go | 53 Phony(name string, deps ...Path) methodSpec 179 func (s *singletonContextAdaptor) Phony(name string, deps ...Path) { func
|
D | makevars.go | 63 Phony(names string, deps ...Path) methodSpec 472 func (c *makeVarsContext) Phony(name string, deps ...Path) { func
|
D | module.go | 423 Phony(phony string, deps ...Path) methodSpec 1658 ctx.Phony(name, allInstalledFiles.Paths()...) 1665 ctx.Phony(name, allCheckbuildFiles...) 1676 ctx.Phony(namespacePrefix+ctx.ModuleName()+suffix, deps...) 2227 func (m *moduleContext) Phony(name string, deps ...Path) { func 3021 ctx.Phony("checkbuild"+suffix, checkbuildDeps...) 3053 ctx.Phony(mmTarget(dir), modulesInDir[dir]...) 3089 ctx.Phony(name, deps...) 3094 ctx.Phony(class, osClass[class]...)
|
D | apex.go | 823 ctx.Phony(fmt.Sprintf("%s-depsinfo", ctx.ModuleName()), d.fullListPath, d.flatListPath)
|
D | androidmk.go | 676 Rule: blueprint.Phony,
|
/build/soong/rust/ |
D | doc.go | 39 ctx.Phony("rustdoc", m.docTimestampFile.Path())
|
/build/soong/apex/ |
D | apex_singleton.go | 114 ctx.Phony("apex-allowed-deps-check", s.allowedApexDepsInfoCheckResult)
|
D | builder.go | 974 Rule: android.Phony,
|
/build/blueprint/bootstrap/ |
D | bootstrap.go | 780 Rule: blueprint.Phony, 787 Rule: blueprint.Phony,
|
/build/blueprint/ |
D | package_ctx.go | 124 var Phony Rule = NewBuiltinRule("phony") var
|
/build/soong/genrule/ |
D | genrule.go | 559 Rule: blueprint.Phony,
|
/build/soong/cc/ |
D | cc.go | 3388 ctx.Phony("xref_cxx", xrefTargets...)
|