summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-04-17 19:44:00 +0200
committerTao Bao <tbao@google.com>2017-04-17 19:44:33 +0200
commitf978278995d02a58e311fe017bdbb2c3702dd3bc (patch)
tree88b5fe7f294f2ec4a2f58047a3de9d9897001102
parentAdd the missing LOCAL_CFLAGS for librecovery. (diff)
downloadandroid_bootable_recovery-f978278995d02a58e311fe017bdbb2c3702dd3bc.tar
android_bootable_recovery-f978278995d02a58e311fe017bdbb2c3702dd3bc.tar.gz
android_bootable_recovery-f978278995d02a58e311fe017bdbb2c3702dd3bc.tar.bz2
android_bootable_recovery-f978278995d02a58e311fe017bdbb2c3702dd3bc.tar.lz
android_bootable_recovery-f978278995d02a58e311fe017bdbb2c3702dd3bc.tar.xz
android_bootable_recovery-f978278995d02a58e311fe017bdbb2c3702dd3bc.tar.zst
android_bootable_recovery-f978278995d02a58e311fe017bdbb2c3702dd3bc.zip
-rw-r--r--install.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/install.cpp b/install.cpp
index b4b869b98..6dcd3565e 100644
--- a/install.cpp
+++ b/install.cpp
@@ -544,7 +544,6 @@ bool verify_package_compatibility(ZipArchiveHandle package_zip) {
}
compatibility_info.emplace_back(std::move(content));
}
- EndIteration(cookie);
CloseArchive(zip_handle);
// TODO(b/36814503): Enable the actual verification when VintfObject::CheckCompatibility() lands.