summaryrefslogtreecommitdiffstats
path: root/updater/include/updater/updater.h
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2016-10-19 00:33:23 +0200
committerTianjie Xu <xunchang@google.com>2016-10-19 00:33:23 +0200
commit81e54eddd4132895d70ab8b2307c693311799e05 (patch)
tree7487e2ea808f9702854bd95f5befefef55ef1c45 /updater/include/updater/updater.h
parentMerge "Change StringValue to use std::string" am: 2b17b24ae5 am: 430b7ae469 (diff)
parentresolve merge conflicts of 6fba98c to stage-aosp-master (diff)
downloadandroid_bootable_recovery-81e54eddd4132895d70ab8b2307c693311799e05.tar
android_bootable_recovery-81e54eddd4132895d70ab8b2307c693311799e05.tar.gz
android_bootable_recovery-81e54eddd4132895d70ab8b2307c693311799e05.tar.bz2
android_bootable_recovery-81e54eddd4132895d70ab8b2307c693311799e05.tar.lz
android_bootable_recovery-81e54eddd4132895d70ab8b2307c693311799e05.tar.xz
android_bootable_recovery-81e54eddd4132895d70ab8b2307c693311799e05.tar.zst
android_bootable_recovery-81e54eddd4132895d70ab8b2307c693311799e05.zip
Diffstat (limited to 'updater/include/updater/updater.h')
-rw-r--r--updater/include/updater/updater.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/updater/include/updater/updater.h b/updater/include/updater/updater.h
index d3a09b93d..f4a2fe874 100644
--- a/updater/include/updater/updater.h
+++ b/updater/include/updater/updater.h
@@ -18,11 +18,11 @@
#define _UPDATER_UPDATER_H_
#include <stdio.h>
-#include "minzip/Zip.h"
+#include <ziparchive/zip_archive.h>
typedef struct {
FILE* cmd_pipe;
- ZipArchive* package_zip;
+ ZipArchiveHandle package_zip;
int version;
uint8_t* package_zip_addr;