summaryrefslogtreecommitdiffstats
path: root/updater/install.cpp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2019-09-23 19:28:54 +0200
committerTao Bao <tbao@google.com>2019-09-23 20:26:48 +0200
commit5234ad466c7006430fcd62f0f0ceeb768da5ec93 (patch)
treeb7ab0af76118d4227d58c098c5db7991ece384b9 /updater/install.cpp
parentapplypatch: Use static libs for libbrotli and libbz. (diff)
downloadandroid_bootable_recovery-5234ad466c7006430fcd62f0f0ceeb768da5ec93.tar
android_bootable_recovery-5234ad466c7006430fcd62f0f0ceeb768da5ec93.tar.gz
android_bootable_recovery-5234ad466c7006430fcd62f0f0ceeb768da5ec93.tar.bz2
android_bootable_recovery-5234ad466c7006430fcd62f0f0ceeb768da5ec93.tar.lz
android_bootable_recovery-5234ad466c7006430fcd62f0f0ceeb768da5ec93.tar.xz
android_bootable_recovery-5234ad466c7006430fcd62f0f0ceeb768da5ec93.tar.zst
android_bootable_recovery-5234ad466c7006430fcd62f0f0ceeb768da5ec93.zip
Diffstat (limited to '')
-rw-r--r--updater/install.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/updater/install.cpp b/updater/install.cpp
index be0ceb06c..b617f62c1 100644
--- a/updater/install.cpp
+++ b/updater/install.cpp
@@ -271,7 +271,7 @@ Value* PatchPartitionFn(const char* name, State* state,
return StringValue("");
}
- bool result = PatchPartition(target, source, *values[0], nullptr);
+ bool result = PatchPartition(target, source, *values[0], nullptr, true);
return StringValue(result ? "t" : "");
}