Merge "fix local incremental installation"

This commit is contained in:
TreeHugger Robot
2020-02-21 00:38:03 +00:00
committed by Android (Google) Code Review

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