commit | cfb8d9931bae16fe9239c4befbfed85ab96d4a2f | [log] [tgz] |
---|---|---|
author | Martijn Coenen <maco@google.com> | Thu Aug 09 06:32:42 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Aug 09 06:32:42 2018 +0000 |
tree | 7f1359b76ac9a2da471bd87ed9ec70c2f5c1706e | |
parent | a6f756800fbb0e87a2e49cf840bbe97ba3522b50 [diff] | |
parent | 528ff17dc5e82f9aa2b39da327e2f1fc3aadd591 [diff] |
Merge "libbinder: Don't link against libutilscallstack."
diff --git a/cmds/lshal/ListCommand.cpp b/cmds/lshal/ListCommand.cpp index 8d5f0d2..a6d7a78 100644 --- a/cmds/lshal/ListCommand.cpp +++ b/cmds/lshal/ListCommand.cpp
@@ -498,7 +498,7 @@ } } out << "-->" << std::endl; - out << vintf::gHalManifestConverter(manifest, vintf::SerializeFlag::HALS_ONLY); + out << vintf::gHalManifestConverter(manifest, vintf::SerializeFlags::HALS_ONLY); } std::string ListCommand::INIT_VINTF_NOTES{