Home
last modified time | relevance | path

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

/build/soong/cc/
Dccdeps.go75 type ccDeps struct { struct
76 C_clang string `json:"clang,omitempty"`
77 Cpp_clang string `json:"clang++,omitempty"`
78 Modules ccMapIdeInfos `json:"modules,omitempty"`
245 func createJsonFile(moduleDeps ccDeps, ccfpath android.WritablePath) error {