fix local incremental installation
BUG: 133435829 Test: atest PackageManagerShellCommandIncrementalTest Change-Id: Id75bc5d10df340c4065ea24baa345f6268a8485e
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user