commit | 76622d444d94b620089707528dd98337bf2671fd | [log] [tgz] |
---|---|---|
author | David Anderson <dvander@google.com> | Tue Jun 13 16:51:22 2023 -0700 |
committer | David Anderson <dvander@google.com> | Wed Jun 14 12:03:59 2023 -0700 |
tree | 828e8f403b75d5e6499465f010f57cd87305e726 | |
parent | 5eae2cb4508282b1ae8f7f376a07645c650557d0 [diff] |
libsnapshot: Remove dependence between CowWriterV2 and CowReader. The plan of record for the new CowOperation layout is to automatically translate from CowOperationV2. However, CowWriterV2 currently imports directly from CowReader, which means we'd need two translation steps. Luckily we now have CowParserV2, which means we can directly import into CowWriterV2. Bug: 280529365 Test: vts_libsnapshot_test Test: cow_api_test Change-Id: I11863dcb483f0448686d6c492d8eb128840ce18c