Searched refs:Phony (Results 1 – 18 of 18) 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 | 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 | 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 | 121 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,
|