Merge "adb: switch to ZipEntry64."

This commit is contained in:
Elliott Hughes 2020-09-15 22:59:41 +00:00 committed by Gerrit Code Review
commit ebd07cc5d0

View file

@ -326,7 +326,7 @@ static std::vector<int32_t> InstallationPriorityBlocks(borrowed_fd fd, Size file
}
std::vector<int32_t> installationPriorityBlocks;
ZipEntry entry;
ZipEntry64 entry;
std::string_view entryName;
while (Next(cookie, &entry, &entryName) == 0) {
if (entryName == "classes.dex"sv) {