summaryrefslogtreecommitdiffstats
path: root/updater/updater.cpp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2016-02-23 05:50:47 +0100
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-02-23 05:50:47 +0100
commited796b046daf574b1f4f9ef386a870c845457277 (patch)
tree3ada024b937fa1de626ccec8591299ef0c337c38 /updater/updater.cpp
parentMerge "recovery: check battery level before installing package." (diff)
parentControl fault injection with config files instead of build flags (diff)
downloadandroid_bootable_recovery-ed796b046daf574b1f4f9ef386a870c845457277.tar
android_bootable_recovery-ed796b046daf574b1f4f9ef386a870c845457277.tar.gz
android_bootable_recovery-ed796b046daf574b1f4f9ef386a870c845457277.tar.bz2
android_bootable_recovery-ed796b046daf574b1f4f9ef386a870c845457277.tar.lz
android_bootable_recovery-ed796b046daf574b1f4f9ef386a870c845457277.tar.xz
android_bootable_recovery-ed796b046daf574b1f4f9ef386a870c845457277.tar.zst
android_bootable_recovery-ed796b046daf574b1f4f9ef386a870c845457277.zip
Diffstat (limited to 'updater/updater.cpp')
-rw-r--r--updater/updater.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/updater/updater.cpp b/updater/updater.cpp
index 0f22e6d04..efb4a8cec 100644
--- a/updater/updater.cpp
+++ b/updater/updater.cpp
@@ -25,6 +25,7 @@
#include "blockimg.h"
#include "minzip/Zip.h"
#include "minzip/SysUtil.h"
+#include "config.h"
// Generated by the makefile, this function defines the
// RegisterDeviceExtensions() function, which calls all the
@@ -82,6 +83,7 @@ int main(int argc, char** argv) {
argv[3], strerror(err));
return 3;
}
+ ota_io_init(&za);
const ZipEntry* script_entry = mzFindZipEntry(&za, SCRIPT_NAME);
if (script_entry == NULL) {