fix local incremental installation

BUG: 133435829
Test: atest PackageManagerShellCommandIncrementalTest
Change-Id: Id75bc5d10df340c4065ea24baa345f6268a8485e
This commit is contained in:
Songchun Fan
2020-02-20 14:43:34 -08:00
parent fe348ebe91
commit 23de232bfe

View File

@@ -190,6 +190,7 @@ static inline std::vector<char> readBytes(borrowed_fd fd) {
}
static inline int32_t skipIdSigHeaders(borrowed_fd fd) {
readBEInt32(fd); // version
readBytes(fd); // verityRootHash
readBytes(fd); // v3Digest
readBytes(fd); // pkcs7SignatureBlock