summaryrefslogtreecommitdiffstats
path: root/adb_install.cpp
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2019-03-20 19:17:10 +0100
committerandroid-build-merger <android-build-merger@google.com>2019-03-20 19:17:10 +0100
commitc1dfb51ae3dcc0c9dce2c6529a6cc32b3b8107c5 (patch)
tree440b9475875645892536e1a6cc1519789c00f229 /adb_install.cpp
parentMerge "Remove the provider_vtab" am: 2037c60de4 (diff)
parentMerge "Move apply_from_sdcard to fuse_sdcard_install" (diff)
downloadandroid_bootable_recovery-c1dfb51ae3dcc0c9dce2c6529a6cc32b3b8107c5.tar
android_bootable_recovery-c1dfb51ae3dcc0c9dce2c6529a6cc32b3b8107c5.tar.gz
android_bootable_recovery-c1dfb51ae3dcc0c9dce2c6529a6cc32b3b8107c5.tar.bz2
android_bootable_recovery-c1dfb51ae3dcc0c9dce2c6529a6cc32b3b8107c5.tar.lz
android_bootable_recovery-c1dfb51ae3dcc0c9dce2c6529a6cc32b3b8107c5.tar.xz
android_bootable_recovery-c1dfb51ae3dcc0c9dce2c6529a6cc32b3b8107c5.tar.zst
android_bootable_recovery-c1dfb51ae3dcc0c9dce2c6529a6cc32b3b8107c5.zip
Diffstat (limited to 'adb_install.cpp')
-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.