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

Commit d9e9eca8 authored by Elliott Hughes's avatar Elliott Hughes Committed by Automerger Merge Worker
Browse files

Merge "adb: switch to ZipEntry64." am: ebd07cc5 am: b138c212 am: bcb60b91 am: 41a62498

Original change: https://android-review.googlesource.com/c/platform/system/core/+/1428116

Change-Id: I93e4aec51956102d7eb4aea0bfe8764fbf0b6d65
parents 046cc26c 41a62498
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -325,7 +325,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) {