Home
last modified time | relevance | path

Searched refs:Phony (Results 1 – 21 of 21) 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)
Ddexpreopt_bootjars.go870 Rule: android.Phony,
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
Dmodule.go423 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]...)
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.go114 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,
/build/soong/cc/
Dcc.go3388 ctx.Phony("xref_cxx", xrefTargets...)