commit | 25e2a77383bc36f473bab360cb37bc128f94c6b6 | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Fri Apr 16 18:34:28 2021 -0700 |
committer | Yifan Hong <elsk@google.com> | Mon Apr 19 14:27:57 2021 -0700 |
tree | d1f09b04d064e18ee9d0949ae8e024106276570b | |
parent | 576b98027fd44b4f8229152e62bf90719def41cb [diff] [blame] |
Clean up internal usage of g*Converter for manifest/matrix. Change to toXml / fromXml instead. Test: pass Change-Id: I9326c6ea5003800108f4f9d6ac831ba815c21f0b
diff --git a/VintfObject.cpp b/VintfObject.cpp index 2ef4e79..0a2b49c 100644 --- a/VintfObject.cpp +++ b/VintfObject.cpp
@@ -469,7 +469,7 @@ if (status != OK) { return status; } - if (!gCompatibilityMatrixConverter(out, content, error)) { + if (!fromXml(out, content, error)) { if (error) { error->insert(0, "Cannot parse " + path + ": "); }