Searched refs:Phony (Results 1 – 16 of 16) sorted by relevance
/build/soong/android/ |
D | phony.go | 59 Rule: blueprint.Phony, 69 ctx.Phony(phony, p.phonyMap[phony]...)
|
D | defs.go | 31 Phony = pctx.AndroidStaticRule("Phony", var
|
D | writedocs.go | 77 ctx.Phony("soong_docs", docsFile)
|
D | test_suites.go | 51 ctx.Phony("robolectric-tests", t.robolectric)
|
D | singleton.go | 43 Phony(name string, deps ...Path) methodSpec 165 func (s *singletonContextAdaptor) Phony(name string, deps ...Path) { func
|
D | makevars.go | 90 Phony(names string, deps ...Path) methodSpec 400 func (c *makeVarsContext) Phony(name string, deps ...Path) { func
|
D | module.go | 215 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]...)
|
D | androidmk.go | 435 Rule: blueprint.Phony,
|
/build/blueprint/bootstrap/ |
D | bootstrap.go | 767 Rule: blueprint.Phony, 774 Rule: blueprint.Phony,
|
/build/soong/java/ |
D | lint.go | 488 ctx.Phony("lint-check", l.htmlZip, l.textZip, l.xmlZip)
|
D | dexpreopt_bootjars.go | 695 Rule: android.Phony,
|
D | java.go | 3011 ctx.Phony("xref_java", xrefTargets...)
|
/build/blueprint/ |
D | package_ctx.go | 124 var Phony Rule = NewBuiltinRule("phony") var
|
/build/soong/genrule/ |
D | genrule.go | 469 Rule: blueprint.Phony,
|
/build/soong/apex/ |
D | builder.go | 810 Rule: android.Phony,
|
/build/soong/cc/ |
D | cc.go | 3291 ctx.Phony("xref_cxx", xrefTargets...)
|