Home
last modified time | relevance | path

Searched refs:writeModuleInfoJSON (Results 1 – 1 of 1) sorted by relevance

/build/soong/android/
Dandroidmk.go794 if err := writeModuleInfoJSON(ctx, moduleInfoJSONs, preMergePath); err != nil {
991 return writeModuleInfoJSON(ctx, moduleInfoJSONs, moduleInfoJSONPath)
994 func writeModuleInfoJSON(ctx SingletonContext, moduleInfoJSONs []*ModuleInfoJSON, moduleInfoJSONPat… func