commit | e5a343b1af1abaf27c56ec69c71b79b0e80d3102 | [log] [tgz] |
---|---|---|
author | David Anderson <dvander@google.com> | Mon Oct 23 20:10:37 2023 -0700 |
committer | Daniel Zheng <zhengdaniel@google.com> | Thu Nov 02 10:19:31 2023 -0700 |
tree | 0f66ae473e8dfdd0a9992b6aa6977fc1c6ee453c | |
parent | 77aa824423c4ac17b4798609d81f61b000ad3b80 [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: I52d0d0554973714189a6e1013d026f96503238b6