Home
last modified time | relevance | path

Searched defs:phonyCandidate (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/build/blueprint/
H A Dcontext.go4901 type phonyCandidate struct { struct
4902 sync.Once
4903 phony *buildDef // the phony buildDef that wraps the set
4904 first *buildDef // the first buildDef that uses this set
4905 …derOnlyStrings []string // the original OrderOnlyStrings of the first buildDef that uses this set
4906 usedByIncremental bool // if the phony is used by any incremental module