diff options
Diffstat (limited to 'update_attempter_android.cc')
-rw-r--r-- | update_attempter_android.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/update_attempter_android.cc b/update_attempter_android.cc index a554d380..7fc13e11 100644 --- a/update_attempter_android.cc +++ b/update_attempter_android.cc @@ -738,8 +738,8 @@ void UpdateAttempterAndroid::BuildUpdateActions(HttpFetcher* fetcher) { true /* interactive */); download_action->set_delegate(this); download_action->set_base_offset(base_offset_); - auto filesystem_verifier_action = - std::make_unique<FilesystemVerifierAction>(); + auto filesystem_verifier_action = std::make_unique<FilesystemVerifierAction>( + boot_control_->GetDynamicPartitionControl()); auto postinstall_runner_action = std::make_unique<PostinstallRunnerAction>(boot_control_, hardware_); filesystem_verifier_action->set_delegate(this); |