summaryrefslogtreecommitdiffstats
path: root/adb_install.cpp
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2019-03-20 18:43:46 +0100
committerGerrit Code Review <noreply-gerritcodereview@google.com>2019-03-20 18:43:46 +0100
commit3c61cd02cf489199bb687188f016875e079c4ecb (patch)
tree440b9475875645892536e1a6cc1519789c00f229 /adb_install.cpp
parentMerge "Remove the provider_vtab" (diff)
parentMove apply_from_sdcard to fuse_sdcard_install (diff)
downloadandroid_bootable_recovery-3c61cd02cf489199bb687188f016875e079c4ecb.tar
android_bootable_recovery-3c61cd02cf489199bb687188f016875e079c4ecb.tar.gz
android_bootable_recovery-3c61cd02cf489199bb687188f016875e079c4ecb.tar.bz2
android_bootable_recovery-3c61cd02cf489199bb687188f016875e079c4ecb.tar.lz
android_bootable_recovery-3c61cd02cf489199bb687188f016875e079c4ecb.tar.xz
android_bootable_recovery-3c61cd02cf489199bb687188f016875e079c4ecb.tar.zst
android_bootable_recovery-3c61cd02cf489199bb687188f016875e079c4ecb.zip
Diffstat (limited to '')
-rw-r--r--adb_install.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/adb_install.cpp b/adb_install.cpp
index 438da9fc3..3f2843fef 100644
--- a/adb_install.cpp
+++ b/adb_install.cpp
@@ -35,7 +35,6 @@
#include "ui.h"
int apply_from_adb(bool* wipe_cache) {
- modified_flash = true;
// Save the usb state to restore after the sideload operation.
std::string usb_state = android::base::GetProperty("sys.usb.state", "none");
// Clean up state and stop adbd.