vintf: KernelInfo -> RuntimeInfo.
There are more runtime information to report to the
OTA server besides kernel information (like avb.meta-version).
Renaming this class to reflect this.
Test: mma
Test: libvintf_test
Change-Id: Ie5863508bdac7a1a378c00528c8fd9853c6c50aa
diff --git a/parse_string.cpp b/parse_string.cpp
index b75d576..75d48e2 100644
--- a/parse_string.cpp
+++ b/parse_string.cpp
@@ -360,7 +360,7 @@
return oss.str();
}
-std::string dump(const KernelInfo &ki) {
+std::string dump(const RuntimeInfo &ki) {
std::ostringstream oss;
oss << "kernel = "