Searched defs:ccDeps (Results 1 – 1 of 1) sorted by relevance
77 type ccDeps struct { struct78 C_clang string `json:"clang,omitempty"`79 Cpp_clang string `json:"clang++,omitempty"`80 Modules ccMapIdeInfos `json:"modules,omitempty"`254 func createJsonFile(moduleDeps ccDeps, ccfpath android.WritablePath) error {