summaryrefslogtreecommitdiffstats
path: root/recovery.cpp
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2019-03-19 21:52:17 +0100
committerandroid-build-merger <android-build-merger@google.com>2019-03-19 21:52:17 +0100
commit4aa4bf5e196602c2a852b813f02637b98362f1ba (patch)
tree874f99533dc317f106ba4da4e955713c5ff46051 /recovery.cpp
parentMerge "Skip calling verify_package_compatibility when resuming." (diff)
parentMerge "Create a FuseDataProvider base class" (diff)
downloadandroid_bootable_recovery-4aa4bf5e196602c2a852b813f02637b98362f1ba.tar
android_bootable_recovery-4aa4bf5e196602c2a852b813f02637b98362f1ba.tar.gz
android_bootable_recovery-4aa4bf5e196602c2a852b813f02637b98362f1ba.tar.bz2
android_bootable_recovery-4aa4bf5e196602c2a852b813f02637b98362f1ba.tar.lz
android_bootable_recovery-4aa4bf5e196602c2a852b813f02637b98362f1ba.tar.xz
android_bootable_recovery-4aa4bf5e196602c2a852b813f02637b98362f1ba.tar.zst
android_bootable_recovery-4aa4bf5e196602c2a852b813f02637b98362f1ba.zip
Diffstat (limited to 'recovery.cpp')
-rw-r--r--recovery.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/recovery.cpp b/recovery.cpp
index 0074b6433..63960eb15 100644
--- a/recovery.cpp
+++ b/recovery.cpp
@@ -56,7 +56,7 @@
#include "common.h"
#include "device.h"
#include "fsck_unshare_blocks.h"
-#include "fuse_sdcard_provider.h"
+#include "fuse_sdcard_install.h"
#include "fuse_sideload.h"
#include "install.h"
#include "logging.h"
@@ -709,6 +709,7 @@ static void run_graphics_test() {
ui->ShowText(true);
}
+// TODO(xunchang) move apply_from_sdcard() to fuse_sdcard_install.cpp
// How long (in seconds) we wait for the fuse-provided package file to
// appear, before timing out.
#define SDCARD_INSTALL_TIMEOUT 10