commit | c165e84b15554257fbeed7858926815a9060b650 | [log] [tgz] |
---|---|---|
author | David Anderson <dvander@google.com> | Mon Oct 23 20:10:37 2023 -0700 |
committer | Daniel Zheng <zhengdaniel@google.com> | Wed Nov 01 13:06:54 2023 -0700 |
tree | b0c0807dadcce09e64c0e93cd907ae4cffe87e6a | |
parent | dfe80e48f9845f0d459f6f264e442556a5cc9981 [diff] |
libsnapshot: Add Parser base class Add in Parser base class and refactor code to work with it. Base class will have ops() method which returns a vector of v3 operations. v2_parser translates it's v2 operations to v3 operations with this method. Bug: 307452468 Test: Test with critical OTA paths? Change-Id: Iccc9755a892911a1638f5b62d7d6a2402c68ab20