| Index: src/platform/update_engine/filesystem_copier_action.cc
|
| diff --git a/src/platform/update_engine/filesystem_copier_action.cc b/src/platform/update_engine/filesystem_copier_action.cc
|
| index bd4486730b08db0191a5772ca72ec5bbd2e8647c..6d7cd22d95ff46632b8950c5942581ce5a9aad4e 100755
|
| --- a/src/platform/update_engine/filesystem_copier_action.cc
|
| +++ b/src/platform/update_engine/filesystem_copier_action.cc
|
| @@ -43,6 +43,8 @@ void FilesystemCopierAction::PerformAction() {
|
|
|
| if (install_plan_.is_full_update) {
|
| // No copy needed. Done!
|
| + if (HasOutputPipe())
|
| + SetOutputObject(install_plan_);
|
| abort_action_completer.set_success(true);
|
| return;
|
| }
|
|
|