Fix a hard-coded 'vendor' string.

Harmless, but looked inconsistent with everything else.

Bug: 110097226
Change-Id: I4cd753287a4e4143a9f4c6ed065448ac5ff96803
diff --git a/shared/device.mk b/shared/device.mk
index 5f81823..675fe15 100644
--- a/shared/device.mk
+++ b/shared/device.mk
@@ -100,7 +100,7 @@
 #
 PRODUCT_COPY_FILES += \
     device/google/cuttlefish/shared/config/audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_policy_configuration.xml \
-    device/google/cuttlefish/shared/config/camera_v1.json:vendor/etc/config/camera.json \
+    device/google/cuttlefish/shared/config/camera_v1.json:$(TARGET_COPY_OUT_VENDOR)/etc/config/camera.json \
     device/google/cuttlefish/shared/config/init.vsoc.rc:root/init.vsoc.rc \
     device/google/cuttlefish/shared/config/media_codecs.xml:system/etc/media_codecs.xml \
     device/google/cuttlefish/shared/config/media_codecs_performance.xml:system/etc/media_codecs_performance.xml \