summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYifan Hong2017-04-27 21:31:13 -0500
committerYifan Hong2017-04-28 13:09:09 -0500
commit881a9e45aa1666dd0ef105e92cab5f73c1eb6f1e (patch)
tree67a51e3aaf9f6f7a93fa0669b9904862b941c4d0 /parse_string.cpp
parent242eabff291dcd9f6213e250263aa4da6eead2f7 (diff)
downloadplatform-system-libvintf-881a9e45aa1666dd0ef105e92cab5f73c1eb6f1e.tar.gz
platform-system-libvintf-881a9e45aa1666dd0ef105e92cab5f73c1eb6f1e.tar.xz
platform-system-libvintf-881a9e45aa1666dd0ef105e92cab5f73c1eb6f1e.zip
Renamed avb version variables in RuntimeInfo.
Old variable names are confusing. Test: pass Change-Id: I21d43b0615f52443fcda8c067507d2d7207ec3e7
Diffstat (limited to 'parse_string.cpp')
-rw-r--r--parse_string.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/parse_string.cpp b/parse_string.cpp
index c37b39f..b57b25e 100644
--- a/parse_string.cpp
+++ b/parse_string.cpp
@@ -380,8 +380,8 @@ std::string dump(const RuntimeInfo &ki) {
380 << ki.osRelease() << "/" 380 << ki.osRelease() << "/"
381 << ki.osVersion() << "/" 381 << ki.osVersion() << "/"
382 << ki.hardwareId() << ";" 382 << ki.hardwareId() << ";"
383 << ki.mAvbBootVersion << "/" 383 << ki.mBootAvbVersion << "/"
384 << ki.mAvbInitVersion << ";" 384 << ki.mBootVbmetaAvbVersion << ";"
385 << "kernelSepolicyVersion = " << ki.kernelSepolicyVersion() << ";\n" 385 << "kernelSepolicyVersion = " << ki.kernelSepolicyVersion() << ";\n"
386 << "sepolicy files:\n"; 386 << "sepolicy files:\n";
387 for (const auto &file : ki.sepolicyFilePaths()) { 387 for (const auto &file : ki.sepolicyFilePaths()) {