Change the CID of the VHAL server in the config file

Bug: 148877226

Test: by reading cid from AGL
Change-Id: I04129ffb5cd62c5ba1b436017d7b146598cc5615
diff --git a/aosp_trout_arm64.mk b/aosp_trout_arm64.mk
index da0d54d..fe2bdad 100644
--- a/aosp_trout_arm64.mk
+++ b/aosp_trout_arm64.mk
@@ -17,7 +17,7 @@
 # Vehicle HAL
 LOCAL_VHAL_PRODUCT_PACKAGE := android.hardware.automotive.vehicle@2.0-virtualization-service android.hardware.automotive.vehicle@2.0-virtualization-grpc-server
 PRODUCT_PROPERTY_OVERRIDES += \
-	ro.vendor.vehiclehal.server.cid=3 \
+	ro.vendor.vehiclehal.server.cid=2 \
 	ro.vendor.vehiclehal.server.port=9210 \
 
 $(call inherit-product, device/google/cuttlefish/vsoc_arm64/auto/aosp_cf.mk)