Changes hardware_name to vsoc

Bug: 113335423
Test: jemoreira@ verified
Change-Id: I6b6ef2bbac50f845f1dec0be5706c0246a3fab39
diff --git a/host/commands/launch/main.cc b/host/commands/launch/main.cc
index 6ec1762..ae2ac29 100644
--- a/host/commands/launch/main.cc
+++ b/host/commands/launch/main.cc
@@ -94,7 +94,7 @@
 DEFINE_string(console, "ttyS0", "Console device for the guest kernel.");
 DEFINE_string(androidboot_console, "ttyS1",
               "Console device for the Android framework");
-DEFINE_string(hardware_name, "cuttlefish",
+DEFINE_string(hardware_name, "vsoc",
               "The codename of the device's hardware");
 DEFINE_string(guest_security, "selinux",
               "The security module to use in the guest");