summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2021-02-08 23:13:54 +0100
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-02-08 23:13:54 +0100
commit88a0f6edaa63050508a1c18e570d2595295496fb (patch)
tree1dc579cc27e336c5fc0947eb28d51fb2c3d7a2d2
parentMerge "Fix license_type. Contains OFL" am: 50b96cdf73 (diff)
parentMerge "Fix SnapshotManager instantiation." (diff)
downloadandroid_bootable_recovery-88a0f6edaa63050508a1c18e570d2595295496fb.tar
android_bootable_recovery-88a0f6edaa63050508a1c18e570d2595295496fb.tar.gz
android_bootable_recovery-88a0f6edaa63050508a1c18e570d2595295496fb.tar.bz2
android_bootable_recovery-88a0f6edaa63050508a1c18e570d2595295496fb.tar.lz
android_bootable_recovery-88a0f6edaa63050508a1c18e570d2595295496fb.tar.xz
android_bootable_recovery-88a0f6edaa63050508a1c18e570d2595295496fb.tar.zst
android_bootable_recovery-88a0f6edaa63050508a1c18e570d2595295496fb.zip
-rw-r--r--install/snapshot_utils.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/install/snapshot_utils.cpp b/install/snapshot_utils.cpp
index 7235e67c8..336e50f89 100644
--- a/install/snapshot_utils.cpp
+++ b/install/snapshot_utils.cpp
@@ -32,7 +32,7 @@ bool FinishPendingSnapshotMerges(Device* device) {
}
RecoveryUI* ui = device->GetUI();
- auto sm = SnapshotManager::NewForFirstStageMount();
+ auto sm = SnapshotManager::New();
if (!sm) {
ui->Print("Could not create SnapshotManager.\n");
return false;
@@ -57,7 +57,7 @@ bool CreateSnapshotPartitions() {
return true;
}
- auto sm = SnapshotManager::NewForFirstStageMount();
+ auto sm = SnapshotManager::New();
if (!sm) {
// SnapshotManager could not be created. The device is still in a
// consistent state and can continue with the mounting of the existing