axolotl: move camxoverridesettings to device tree

Change-Id: I5dc736e1744cb02420176c672d62f7a4801bbca2
Signed-off-by: Alexander Martinz <amartinz@shiftphones.com>
diff --git a/device.mk b/device.mk
index 95b086a..aebf4c7 100644
--- a/device.mk
+++ b/device.mk
@@ -137,6 +137,9 @@
 PRODUCT_PACKAGES += \
     Snap \
 
+PRODUCT_COPY_FILES += \
+    $(LOCAL_PATH)/configs/camera/camxoverridesettings.txt:$(TARGET_COPY_OUT_VENDOR)/etc/camera/camxoverridesettings.txt \
+
 # Component overrides
 PRODUCT_COPY_FILES += \
     $(LOCAL_PATH)/configs/component-overrides.xml:$(TARGET_COPY_OUT_VENDOR)/etc/sysconfig/component-overrides.xml \