aboutsummaryrefslogtreecommitdiff
path: root/host/commands/run_cvd/main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'host/commands/run_cvd/main.cc')
-rw-r--r--host/commands/run_cvd/main.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/host/commands/run_cvd/main.cc b/host/commands/run_cvd/main.cc
index cf5e5754d..163199be5 100644
--- a/host/commands/run_cvd/main.cc
+++ b/host/commands/run_cvd/main.cc
@@ -127,7 +127,6 @@ fruit::Component<> runCvdComponent(
.bindInstance(*environment)
#ifdef __linux__
.install(AutoCmd<AutomotiveProxyService>::Component)
- .install(AutoCmd<ConfigServer>::Component)
.install(AutoCmd<ModemSimulator>::Component)
.install(AutoCmd<TombstoneReceiver>::Component)
.install(McuComponent)
@@ -135,6 +134,7 @@ fruit::Component<> runCvdComponent(
.install(VhostDeviceVsockComponent)
.install(WmediumdServerComponent)
.install(launchStreamerComponent)
+ .install(AutoCmd<VhalProxyServer>::Component)
#endif
.install(AdbConfigComponent)
.install(AdbConfigFragmentComponent)
@@ -164,7 +164,7 @@ fruit::Component<> runCvdComponent(
.install(RootCanalComponent)
.install(AutoCmd<Casimir>::Component)
.install(NetsimServerComponent)
- .install(AutoSecureEnvFiles::Component)
+ .install(AutoSnapshotControlFiles::Component)
.install(AutoCmd<SecureEnv>::Component)
.install(serverLoopComponent)
.install(WebRtcRecorderComponent)