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:
@@ -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()),
|
||||
)
|
||||
|
Reference in New Issue
Block a user