Merge "libsnapshot: Add Version field which will be used by update-engine manifest" am: 0ec13ceda9 am: a728724a34
Original change: https://android-review.googlesource.com/c/platform/system/core/+/1676194 Change-Id: I7411a1b89bb3efe4c069f6e5b039c449252f0644
This commit is contained in:
commit
0bfd808995
1 changed files with 2 additions and 0 deletions
|
|
@ -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:
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue