summaryrefslogtreecommitdiffstats
path: root/recovery.cpp
diff options
context:
space:
mode:
authorRaman Tenneti <rtenneti@google.com>2020-02-13 04:08:09 +0100
committerAndroid (Google) Code Review <android-gerrit@google.com>2020-02-13 04:08:09 +0100
commit4139a30ec532d0f0cfcd73cd929d30dc74e98597 (patch)
tree3d8fd06b997afa96379dd4623f341abab218bdd5 /recovery.cpp
parentMerge "Force package installation with FUSE unless the package stores on device" into qt-qpr1-dev-plus-aosp (diff)
parentRevert "Force package installation with FUSE unless the package stores on device" (diff)
downloadandroid_bootable_recovery-4139a30ec532d0f0cfcd73cd929d30dc74e98597.tar
android_bootable_recovery-4139a30ec532d0f0cfcd73cd929d30dc74e98597.tar.gz
android_bootable_recovery-4139a30ec532d0f0cfcd73cd929d30dc74e98597.tar.bz2
android_bootable_recovery-4139a30ec532d0f0cfcd73cd929d30dc74e98597.tar.lz
android_bootable_recovery-4139a30ec532d0f0cfcd73cd929d30dc74e98597.tar.xz
android_bootable_recovery-4139a30ec532d0f0cfcd73cd929d30dc74e98597.tar.zst
android_bootable_recovery-4139a30ec532d0f0cfcd73cd929d30dc74e98597.zip
Diffstat (limited to '')
-rw-r--r--recovery.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/recovery.cpp b/recovery.cpp
index 526e1a556..9ea616e13 100644
--- a/recovery.cpp
+++ b/recovery.cpp
@@ -752,11 +752,7 @@ Device::BuiltinAction start_recovery(Device* device, const std::vector<std::stri
ensure_path_mounted(update_package);
}
- bool should_use_fuse = false;
- if (!SetupPackageMount(update_package, &should_use_fuse)) {
- LOG(INFO) << "Failed to set up the package access, skipping installation";
- status = INSTALL_ERROR;
- } else if (install_with_fuse || should_use_fuse) {
+ if (install_with_fuse) {
LOG(INFO) << "Installing package " << update_package << " with fuse";
status = InstallWithFuseFromPath(update_package, ui);
} else if (auto memory_package = Package::CreateMemoryPackage(