Store the changed_inputs field in build.trace.
Bug: 323021988 Test: Manual tests Change-Id: If5e060d13f7935ced28d556ab248f2b1e6bdb61d
This commit is contained in:
@@ -206,10 +206,11 @@ func (n *NinjaReader) run() {
|
||||
}
|
||||
if msg.EdgeStarted != nil {
|
||||
action := &Action{
|
||||
Description: msg.EdgeStarted.GetDesc(),
|
||||
Outputs: msg.EdgeStarted.Outputs,
|
||||
Inputs: msg.EdgeStarted.Inputs,
|
||||
Command: msg.EdgeStarted.GetCommand(),
|
||||
Description: msg.EdgeStarted.GetDesc(),
|
||||
Outputs: msg.EdgeStarted.Outputs,
|
||||
Inputs: msg.EdgeStarted.Inputs,
|
||||
Command: msg.EdgeStarted.GetCommand(),
|
||||
ChangedInputs: msg.EdgeStarted.ChangedInputs,
|
||||
}
|
||||
n.status.StartAction(action)
|
||||
running[msg.EdgeStarted.GetId()] = action
|
||||
|
Reference in New Issue
Block a user