Home
last modified time | relevance | path

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

/build/soong/android/
Dphony.go59 Rule: blueprint.Phony,
69 ctx.Phony(phony, p.phonyMap[phony]...)
Ddefs.go31 Phony = pctx.AndroidStaticRule("Phony", var
Dwritedocs.go77 ctx.Phony("soong_docs", docsFile)
Dtest_suites.go51 ctx.Phony("robolectric-tests", t.robolectric)
Dsingleton.go43 Phony(name string, deps ...Path) methodSpec
165 func (s *singletonContextAdaptor) Phony(name string, deps ...Path) { func
Dmakevars.go90 Phony(names string, deps ...Path) methodSpec
400 func (c *makeVarsContext) Phony(name string, deps ...Path) { func
Dmodule.go215 Phony(phony string, deps ...Path) methodSpec
1181 ctx.Phony(name, allInstalledFiles.Paths()...)
1188 ctx.Phony(name, allCheckbuildFiles...)
1199 ctx.Phony(namespacePrefix+ctx.ModuleName()+suffix, deps...)
1657 func (m *moduleContext) Phony(name string, deps ...Path) { func
2338 ctx.Phony("checkbuild"+suffix, checkbuildDeps...)
2370 ctx.Phony(mmTarget(dir), modulesInDir[dir]...)
2400 ctx.Phony(name, deps...)
2405 ctx.Phony(class, osClass[class]...)
Dandroidmk.go435 Rule: blueprint.Phony,
/build/blueprint/bootstrap/
Dbootstrap.go767 Rule: blueprint.Phony,
774 Rule: blueprint.Phony,
/build/soong/java/
Dlint.go488 ctx.Phony("lint-check", l.htmlZip, l.textZip, l.xmlZip)
Ddexpreopt_bootjars.go695 Rule: android.Phony,
Djava.go3011 ctx.Phony("xref_java", xrefTargets...)
/build/blueprint/
Dpackage_ctx.go124 var Phony Rule = NewBuiltinRule("phony") var
/build/soong/genrule/
Dgenrule.go469 Rule: blueprint.Phony,
/build/soong/apex/
Dbuilder.go810 Rule: android.Phony,
/build/soong/cc/
Dcc.go3291 ctx.Phony("xref_cxx", xrefTargets...)