summaryrefslogtreecommitdiffstats
path: root/updater/include
diff options
context:
space:
mode:
authorAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-03-16 06:11:51 +0100
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-03-16 06:11:51 +0100
commitfd20f76ac9a435ce1380a40cf5c24f6f2238fb5e (patch)
tree60fc2821607e7cea6f69a3765f6593215cb5e98b /updater/include
parentMerge "Consolidate the wait in recovery's reboot" am: a69c69b26f am: 737a2e41bd (diff)
parentMerge "Address the warnings in recovery code" am: 4577dff5a0 (diff)
downloadandroid_bootable_recovery-fd20f76ac9a435ce1380a40cf5c24f6f2238fb5e.tar
android_bootable_recovery-fd20f76ac9a435ce1380a40cf5c24f6f2238fb5e.tar.gz
android_bootable_recovery-fd20f76ac9a435ce1380a40cf5c24f6f2238fb5e.tar.bz2
android_bootable_recovery-fd20f76ac9a435ce1380a40cf5c24f6f2238fb5e.tar.lz
android_bootable_recovery-fd20f76ac9a435ce1380a40cf5c24f6f2238fb5e.tar.xz
android_bootable_recovery-fd20f76ac9a435ce1380a40cf5c24f6f2238fb5e.tar.zst
android_bootable_recovery-fd20f76ac9a435ce1380a40cf5c24f6f2238fb5e.zip
Diffstat (limited to 'updater/include')
-rw-r--r--updater/include/private/commands.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/updater/include/private/commands.h b/updater/include/private/commands.h
index 79f915434..7a23bb78b 100644
--- a/updater/include/private/commands.h
+++ b/updater/include/private/commands.h
@@ -307,7 +307,7 @@ class Command {
: type_(type),
index_(index),
cmdline_(std::move(cmdline)),
- patch_(std::move(patch)),
+ patch_(patch),
target_(std::move(target)),
source_(std::move(source)),
stash_(std::move(stash)) {}