commit | 9e5118326b8acbea9088e39664edd9cf43e062fb | [log] [tgz] |
---|---|---|
author | Akilesh Kailash <akailash@google.com> | Tue Sep 15 23:58:52 2020 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Sep 15 23:58:52 2020 +0000 |
tree | e9971314f3e5f63bb105a2cf754e2f3370738b04 | |
parent | ebd07cc5d0b6e9c2b7f90cb448a01ea667f59b60 [diff] | |
parent | 7dd8fe8e7019b161b9b0bdca20be6897203d2438 [diff] |
Merge "Add "dmctl uuid" command"
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) {