Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 23de232b authored by Songchun Fan's avatar Songchun Fan
Browse files

fix local incremental installation

BUG: 133435829
Test: atest PackageManagerShellCommandIncrementalTest
Change-Id: Id75bc5d10df340c4065ea24baa345f6268a8485e
parent fe348ebe
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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