Home
last modified time | relevance | path

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

/tools/treble/build/treble_build/app/
Dbuild.go43 type BuildTarget struct { struct
44 Name string `json:"name"` // Target name
45 Steps int `json:"build_steps"` // Number of steps to build target
46 FileCount int `json:"files"` // Number of input files for a target
47 Projects map[string]*GitProject `json:"projects"` // Inputs projects/files of a target