Home
last modified time | relevance | path

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

/build/soong/java/
Dboot_jars.go45 ctx.Phony("check-boot-jars", timestamp)
48 ctx.Phony("droidcore", android.PathForPhony(ctx, "check-boot-jars"))
Dlint.go616 ctx.Phony("lint-check", l.htmlZip, l.textZip, l.xmlZip)
Djava.go1781 ctx.Phony("xref_java", xrefTargets...)
/build/soong/android/
Dphony.go59 Rule: blueprint.Phony,
69 ctx.Phony(phony, p.phonyMap[phony]...)
Dtest_suites.go51 ctx.Phony("robolectric-tests", t.robolectric)
Dwritedocs.go88 ctx.Phony("soong_docs", docsFile)
Dqueryview.go103 ctx.Phony(name, bazelQueryViewWorkspaceFile)
Ddefs.go36 Phony = pctx.AndroidStaticRule("Phony", var
Dsingleton.go53 Phony(name string, deps ...Path) methodSpec
179 func (s *singletonContextAdaptor) Phony(name string, deps ...Path) { func
Dmakevars.go63 Phony(names string, deps ...Path) methodSpec
472 func (c *makeVarsContext) Phony(name string, deps ...Path) { func
Dapex.go823 ctx.Phony(fmt.Sprintf("%s-depsinfo", ctx.ModuleName()), d.fullListPath, d.flatListPath)
Dandroidmk.go676 Rule: blueprint.Phony,
/build/soong/rust/
Ddoc.go39 ctx.Phony("rustdoc", m.docTimestampFile.Path())
/build/soong/apex/
Dapex_singleton.go121 ctx.Phony("apex-allowed-deps-check", s.allowedApexDepsInfoCheckResult)
Dbuilder.go974 Rule: android.Phony,
/build/blueprint/bootstrap/
Dbootstrap.go780 Rule: blueprint.Phony,
787 Rule: blueprint.Phony,
/build/blueprint/
Dpackage_ctx.go124 var Phony Rule = NewBuiltinRule("phony") var
/build/soong/genrule/
Dgenrule.go559 Rule: blueprint.Phony,