Adding libcutils to the cvd host package am: 6620b244e5

Original change: https://googleplex-android-review.googlesource.com/c/device/google/cuttlefish/+/12161869

Change-Id: I1327a1a3e0fcaae48a2854be7960867c2d2b201d
diff --git a/host/commands/run_cvd/launch.cc b/host/commands/run_cvd/launch.cc
index faa04a6..5ae66a9 100644
--- a/host/commands/run_cvd/launch.cc
+++ b/host/commands/run_cvd/launch.cc
@@ -343,7 +343,7 @@
 
 void LaunchVerhicleHalServerIfEnabled(const vsoc::CuttlefishConfig& config,
                                                         cvd::ProcessMonitor* process_monitor) {
-    if (!config.enable_vehicle_hal_grpc_server() ||
+    if (!config.enable_vehicle_hal_grpc_server() &&
         !cvd::FileExists(config.vehicle_hal_grpc_server_binary())) {
         return;
     }