commit | ebd07cc5d0b6e9c2b7f90cb448a01ea667f59b60 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Sep 15 22:59:41 2020 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Sep 15 22:59:41 2020 +0000 |
tree | 0c6a8c40b7824ba6d83714d7773f42f1e0278835 | |
parent | fd19ef40e8a2868041d50102f5a394e6499d17ce [diff] | |
parent | 0016ffc5164d7b37af2782ef7b098dd9ea6eb27d [diff] |
Merge "adb: switch to ZipEntry64."
diff --git a/adb/client/incremental_utils.cpp b/adb/client/incremental_utils.cpp index 3297a6d..1a071fd 100644 --- a/adb/client/incremental_utils.cpp +++ b/adb/client/incremental_utils.cpp
@@ -326,7 +326,7 @@ } std::vector<int32_t> installationPriorityBlocks; - ZipEntry entry; + ZipEntry64 entry; std::string_view entryName; while (Next(cookie, &entry, &entryName) == 0) { if (entryName == "classes.dex"sv) {