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

Commit b913e9d2 authored by Akilesh Kailash's avatar Akilesh Kailash Committed by Automerger Merge Worker
Browse files

Merge "libsnapshot: Add Version field which will be used by update-engine...

Merge "libsnapshot: Add Version field which will be used by update-engine manifest" am: 0ec13ced am: a728724a am: 0bfd8089

Original change: https://android-review.googlesource.com/c/platform/system/core/+/1676194

Change-Id: Iddee4f742bc6dfb8c7e07b0d5697360f5404d4fa
parents 4a0ecf9c 0bfd8089
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -24,6 +24,8 @@ static constexpr uint64_t kCowMagicNumber = 0x436f77634f572121ULL;
static constexpr uint32_t kCowVersionMajor = 1;
static constexpr uint32_t kCowVersionMinor = 0;

static constexpr uint32_t kCowVersionManifest = 1;

// This header appears as the first sequence of bytes in the COW. All fields
// in the layout are little-endian encoded. The on-disk layout is:
//