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