Add new file name to output inputs/outputs of actions of modules into a new file when m json-module-graph is executed.

And also delete the logic in droidstubs to output JSONDataActions.

Test: local.

Change-Id: Ib5d6f1f69c16c41f128e481131775c7699f96464
This commit is contained in:
kgui
2022-01-25 13:50:25 +08:00
parent c7afdefa26
commit 67007248a5
5 changed files with 17 additions and 46 deletions

View File

@@ -284,6 +284,7 @@ func bootstrapBlueprint(ctx Context, config Config) {
config.ModuleGraphFile(),
[]string{
"--module_graph_file", config.ModuleGraphFile(),
"--module_actions_file", config.ModuleActionsFile(),
},
fmt.Sprintf("generating the Soong module graph at %s", config.ModuleGraphFile()),
)