summaryrefslogtreecommitdiff
path: root/cmds/lshal/TableEntry.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cmds/lshal/TableEntry.cpp')
-rw-r--r--cmds/lshal/TableEntry.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/lshal/TableEntry.cpp b/cmds/lshal/TableEntry.cpp
index 0154a2e431..4ad3e929b1 100644
--- a/cmds/lshal/TableEntry.cpp
+++ b/cmds/lshal/TableEntry.cpp
@@ -34,7 +34,7 @@ static const std::string &getArchString(vintf::Arch arch) {
static const std::string sStr64 = "64";
static const std::string sStr32 = "32";
static const std::string sStrBoth = "32+64";
- static const std::string sStrUnknown = "";
+ static const std::string sStrUnknown = "?";
switch (arch) {
case vintf::Arch::ARCH_64:
return sStr64;