summaryrefslogtreecommitdiffstats
path: root/install.cpp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2018-08-15 14:07:24 +0200
committerandroid-build-merger <android-build-merger@google.com>2018-08-15 14:07:24 +0200
commit3dade0f9b8323b5716de8291401f6d5a54b4c8ae (patch)
treec6dbc5655e0d1e8551a9f66c7425605769999d26 /install.cpp
parentMerge "Add fastboot mode to recovery" am: 19a5316412 am: b0851cf8c4 (diff)
parentMerge "Track the change to update_engine_sideload path." am: 97de9c3d3e (diff)
downloadandroid_bootable_recovery-3dade0f9b8323b5716de8291401f6d5a54b4c8ae.tar
android_bootable_recovery-3dade0f9b8323b5716de8291401f6d5a54b4c8ae.tar.gz
android_bootable_recovery-3dade0f9b8323b5716de8291401f6d5a54b4c8ae.tar.bz2
android_bootable_recovery-3dade0f9b8323b5716de8291401f6d5a54b4c8ae.tar.lz
android_bootable_recovery-3dade0f9b8323b5716de8291401f6d5a54b4c8ae.tar.xz
android_bootable_recovery-3dade0f9b8323b5716de8291401f6d5a54b4c8ae.tar.zst
android_bootable_recovery-3dade0f9b8323b5716de8291401f6d5a54b4c8ae.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()),