summaryrefslogtreecommitdiffstats
path: root/install.cpp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2018-08-14 21:34:46 +0200
committerTao Bao <tbao@google.com>2018-08-14 21:34:46 +0200
commit2cc9bbb1ec55b9e0b84c667e0657cc12a83c49d8 (patch)
tree631e235a0bbd9198b77688da19395820b883ad22 /install.cpp
parentMerge "updater: Move libupdater to Soong." (diff)
downloadandroid_bootable_recovery-2cc9bbb1ec55b9e0b84c667e0657cc12a83c49d8.tar
android_bootable_recovery-2cc9bbb1ec55b9e0b84c667e0657cc12a83c49d8.tar.gz
android_bootable_recovery-2cc9bbb1ec55b9e0b84c667e0657cc12a83c49d8.tar.bz2
android_bootable_recovery-2cc9bbb1ec55b9e0b84c667e0657cc12a83c49d8.tar.lz
android_bootable_recovery-2cc9bbb1ec55b9e0b84c667e0657cc12a83c49d8.tar.xz
android_bootable_recovery-2cc9bbb1ec55b9e0b84c667e0657cc12a83c49d8.tar.zst
android_bootable_recovery-2cc9bbb1ec55b9e0b84c667e0657cc12a83c49d8.zip
Diffstat (limited to 'install.cpp')
-rw-r--r--install.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.cpp b/install.cpp
index 800847fdb..e379ef307 100644
--- a/install.cpp
+++ b/install.cpp
@@ -248,7 +248,7 @@ int SetUpAbUpdateCommands(const std::string& package, ZipArchiveHandle zip, int
}
long payload_offset = payload_entry.offset;
*cmd = {
- "/sbin/update_engine_sideload",
+ "/system/bin/update_engine_sideload",
"--payload=file://" + package,
android::base::StringPrintf("--offset=%ld", payload_offset),
"--headers=" + std::string(payload_properties.begin(), payload_properties.end()),