aboutsummaryrefslogtreecommitdiff
path: root/shared/camera
diff options
context:
space:
mode:
authorAlfred Piccioni <alpic@google.com>2023-08-28 14:19:08 +0000
committerAlfred Piccioni <alpic@google.com>2023-08-31 14:12:56 +0000
commitdce639be45cce42c6c945ab442e33a1f9e379e30 (patch)
tree5b6fe6c621143170bcea277efed505ff334f97a5 /shared/camera
parentf1ccae3cc0f3f01326e1f2c11bd18c49a002f675 (diff)
downloadcuttlefish-dce639be45cce42c6c945ab442e33a1f9e379e30.tar.gz
Change TV camera config from front to external
This change was already made in the APEX configs, but I missed it here. Should keep these two synced for APEX and non-APEX validity. Bug: 24309276 Change-Id: Ia63da5f4fd3ece85c6816ce6aa24607ed99fc00b Test: Boot and check file.
Diffstat (limited to 'shared/camera')
-rw-r--r--shared/camera/device_vendor.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/camera/device_vendor.mk b/shared/camera/device_vendor.mk
index 600c705be..f116fa146 100644
--- a/shared/camera/device_vendor.mk
+++ b/shared/camera/device_vendor.mk
@@ -53,7 +53,7 @@ PRODUCT_COPY_FILES += \
ifeq ($(PRODUCT_IS_ATV_CF),true)
PRODUCT_COPY_FILES += \
- hardware/google/camera/devices/EmulatedCamera/hwl/configs/emu_camera_front.json:$(TARGET_COPY_OUT_VENDOR)/etc/config/emu_camera_front.json
+ hardware/google/camera/devices/EmulatedCamera/hwl/configs/emu_camera_external.json:$(TARGET_COPY_OUT_VENDOR)/etc/config/emu_camera_external.json
else
PRODUCT_COPY_FILES += \
hardware/google/camera/devices/EmulatedCamera/hwl/configs/emu_camera_back.json:$(TARGET_COPY_OUT_VENDOR)/etc/config/emu_camera_back.json \