diff options
author | Tao Bao <tbao@google.com> | 2017-04-24 20:47:50 +0200 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2017-04-24 20:47:50 +0200 |
commit | c179ac923832f6894a35f3270fd8482630218569 (patch) | |
tree | 8fd6a1eed64e662cb086e365bf1ee185aa5a4005 /install.cpp | |
parent | Merge "Reboot the device on user build after the install fails" am: d6f436849d (diff) | |
parent | Merge "librecovery: Remove -Wno-unused-parameter and add -Wall." (diff) | |
download | android_bootable_recovery-c179ac923832f6894a35f3270fd8482630218569.tar android_bootable_recovery-c179ac923832f6894a35f3270fd8482630218569.tar.gz android_bootable_recovery-c179ac923832f6894a35f3270fd8482630218569.tar.bz2 android_bootable_recovery-c179ac923832f6894a35f3270fd8482630218569.tar.lz android_bootable_recovery-c179ac923832f6894a35f3270fd8482630218569.tar.xz android_bootable_recovery-c179ac923832f6894a35f3270fd8482630218569.tar.zst android_bootable_recovery-c179ac923832f6894a35f3270fd8482630218569.zip |
Diffstat (limited to 'install.cpp')
-rw-r--r-- | install.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install.cpp b/install.cpp index e5a59b832..e945d13ab 100644 --- a/install.cpp +++ b/install.cpp @@ -211,7 +211,7 @@ static int check_newer_ab_build(ZipArchiveHandle zip) { return 0; } -int update_binary_command(const std::string& path, ZipArchiveHandle zip, int retry_count, +int update_binary_command(const std::string& path, ZipArchiveHandle zip, int /* retry_count */, int status_fd, std::vector<std::string>* cmd) { CHECK(cmd != nullptr); int ret = check_newer_ab_build(zip); |