adb: switch to ZipEntry64.
Test: treehugger Change-Id: I1eba8c641912e46ed243deddd19f367ae40a5d46
This commit is contained in:
parent
135508168a
commit
0016ffc516
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue