diff options
author | Tao Bao <tbao@google.com> | 2017-04-17 19:44:00 +0200 |
---|---|---|
committer | gitbuildkicker <android-build@google.com> | 2017-04-17 22:16:51 +0200 |
commit | 64eb3a6a39ce017fb69ac97600cc88b8984dc181 (patch) | |
tree | 88b5fe7f294f2ec4a2f58047a3de9d9897001102 | |
parent | Add the missing LOCAL_CFLAGS for librecovery. (diff) | |
download | android_bootable_recovery-64eb3a6a39ce017fb69ac97600cc88b8984dc181.tar android_bootable_recovery-64eb3a6a39ce017fb69ac97600cc88b8984dc181.tar.gz android_bootable_recovery-64eb3a6a39ce017fb69ac97600cc88b8984dc181.tar.bz2 android_bootable_recovery-64eb3a6a39ce017fb69ac97600cc88b8984dc181.tar.lz android_bootable_recovery-64eb3a6a39ce017fb69ac97600cc88b8984dc181.tar.xz android_bootable_recovery-64eb3a6a39ce017fb69ac97600cc88b8984dc181.tar.zst android_bootable_recovery-64eb3a6a39ce017fb69ac97600cc88b8984dc181.zip |
-rw-r--r-- | install.cpp | 1 |
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. |