DO NOT MERGE Switch arm64 to an uncompressed kernel am: 91b0c19655

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

Change-Id: Icb59b94c0e324d6dca7f2331b420904676a88a14
diff --git a/host/commands/run_cvd/launch.cc b/host/commands/run_cvd/launch.cc
index c026557..3cc1f77 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;
     }