Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ebd07cc5 authored by Elliott Hughes's avatar Elliott Hughes Committed by Gerrit Code Review
Browse files

Merge "adb: switch to ZipEntry64."

parents fd19ef40 0016ffc5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) {