Merge "Add JSON module graph to dist"
This commit is contained in:
@@ -507,6 +507,9 @@ func runSoong(ctx Context, config Config) {
|
|||||||
if shouldCollectBuildSoongMetrics(config) && ctx.Metrics != nil {
|
if shouldCollectBuildSoongMetrics(config) && ctx.Metrics != nil {
|
||||||
ctx.Metrics.SetSoongBuildMetrics(soongBuildMetrics)
|
ctx.Metrics.SetSoongBuildMetrics(soongBuildMetrics)
|
||||||
}
|
}
|
||||||
|
if config.JsonModuleGraph() {
|
||||||
|
distGzipFile(ctx, config, config.ModuleGraphFile(), "soong")
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
func runMicrofactory(ctx Context, config Config, name string, pkg string, mapping map[string]string) {
|
func runMicrofactory(ctx Context, config Config, name string, pkg string, mapping map[string]string) {
|
||||||
|
Reference in New Issue
Block a user