Home
last modified time | relevance | path

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

/aosp_15_r20/build/blueprint/
H A Dcontext.go2625 type JsonModule struct { struct
2626 jsonModuleName
2627 Deps []jsonDep
2628 Type string
2629 Blueprint string
2630 CreatedBy *string
2631 Module map[string]interface{}
2781 func writeJson(w io.Writer, modules []*JsonModule) {