commit | 48fc2e5a43c6c664d8282e6a395f465242e8fe9e | [log] [tgz] |
---|---|---|
author | Max Bires <jbires@google.com> | Wed Nov 17 10:13:04 2021 -0800 |
committer | Max Bires <jbires@google.com> | Mon Nov 22 10:46:14 2021 -0800 |
tree | acd2a876abf1fddad59fee3c099e307855c3eb04 | |
parent | ccc92d1078d884a432c7eeafb255e9cc2640798d [diff] |
Replacing manual CBOR with serde-cbor This change strips out all of the manually written CBOR parsing and serialization code in favor of using the serde-cbor library in order to make the code more robust and the error messages more actionable. Fixes: 180392379 Test: atest RemoteProvisionerUnitTests Change-Id: I1b08b26b6192763e393b061cd9b919cfd71c13c9