lakitu: make sure vtconsole is enabled on vsphere

This issue is tricky. In the default profile, -vtconsole is set, and
in vsphere profile, vtconsole is added. However, for some reason,
vtconsole is not applied. Move -vtconsole to gcp profile resolve the
issue.

BUG=b/177484979
TEST=presubmit
RELEASE_NOTE=None

Change-Id: I175d48f67ec957f30a75b97b1f600dd52904e143
Reviewed-on: https://cos-review.googlesource.com/c/cos/overlays/board-overlays/+/10620
Reviewed-by: Varsha Teratipally <teratipally@google.com>
Tested-by: Cusky Presubmit Bot <presubmit@cos-infra-prod.iam.gserviceaccount.com>
diff --git a/project-lakitu/profiles/base/make.defaults b/project-lakitu/profiles/base/make.defaults
index e407a06..2a04e9f 100644
--- a/project-lakitu/profiles/base/make.defaults
+++ b/project-lakitu/profiles/base/make.defaults
@@ -3,7 +3,6 @@
 
 USE="${USE} -cros_disks -cros_p2p -cros_host"
 USE="${USE} -debugd -opengl -opengles -wimax -cellular -bluetooth -tpm -vpn"
-USE="${USE} -vtconsole"
 USE="${USE} -evdev_gestures -xkbcommon -frecon"
 
 # Used by virtual/chromeos-bootcomplete and virtual/update-policy to pull the
diff --git a/project-lakitu/profiles/platform/gcp/make.defaults b/project-lakitu/profiles/platform/gcp/make.defaults
index 45aa3d4..3d99501 100644
--- a/project-lakitu/profiles/platform/gcp/make.defaults
+++ b/project-lakitu/profiles/platform/gcp/make.defaults
@@ -1,6 +1,9 @@
 # Empty USE to allow the same form below in real assignments
 USE=""
 
+# Remove vtconsole support
+USE="${USE} -vtconsole"
+
 # Enable update_engine support
 USE="${USE} update_engine"