summaryrefslogtreecommitdiffstats
path: root/updater/include/private/commands.h
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2020-03-16 05:35:13 +0100
committerGerrit Code Review <noreply-gerritcodereview@google.com>2020-03-16 05:35:13 +0100
commit4577dff5a0bb2b008a3454171898527174a71f74 (patch)
tree7ba237f7c11934cddd8072a3ada3d9c7a8379a54 /updater/include/private/commands.h
parentMerge "Consolidate the wait in recovery's reboot" (diff)
parentAddress the warnings in recovery code (diff)
downloadandroid_bootable_recovery-4577dff5a0bb2b008a3454171898527174a71f74.tar
android_bootable_recovery-4577dff5a0bb2b008a3454171898527174a71f74.tar.gz
android_bootable_recovery-4577dff5a0bb2b008a3454171898527174a71f74.tar.bz2
android_bootable_recovery-4577dff5a0bb2b008a3454171898527174a71f74.tar.lz
android_bootable_recovery-4577dff5a0bb2b008a3454171898527174a71f74.tar.xz
android_bootable_recovery-4577dff5a0bb2b008a3454171898527174a71f74.tar.zst
android_bootable_recovery-4577dff5a0bb2b008a3454171898527174a71f74.zip
Diffstat (limited to 'updater/include/private/commands.h')
-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)) {}