diff --git a/services/core/jni/com_android_server_pm_PackageManagerShellCommandDataLoader.cpp b/services/core/jni/com_android_server_pm_PackageManagerShellCommandDataLoader.cpp index 70a9c09c815d8..f445aa8107533 100644 --- a/services/core/jni/com_android_server_pm_PackageManagerShellCommandDataLoader.cpp +++ b/services/core/jni/com_android_server_pm_PackageManagerShellCommandDataLoader.cpp @@ -190,6 +190,7 @@ static inline std::vector readBytes(borrowed_fd fd) { } static inline int32_t skipIdSigHeaders(borrowed_fd fd) { + readBEInt32(fd); // version readBytes(fd); // verityRootHash readBytes(fd); // v3Digest readBytes(fd); // pkcs7SignatureBlock