diff options
author | davidevinavil <davidevinavil@gmail.com> | 2017-03-23 20:30:46 +0100 |
---|---|---|
committer | davidevinavil <davidevinavil@gmail.com> | 2017-04-07 13:32:58 +0200 |
commit | 75ff5a7f85f6417c03b5f5d736438d332dc71be3 (patch) | |
tree | 75cd37a3e6c647b578b226259ebfa0596f02e29a /device.mk | |
parent | a66c9da5143274f2bfa3889784ac79d9f94906c6 (diff) |
camera: Move config xml to vendor
Diffstat (limited to 'device.mk')
-rwxr-xr-x | device.mk | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -207,10 +207,7 @@ PRODUCT_PACKAGES += \ PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/configs/media_codecs.xml:system/etc/media_codecs.xml \ $(LOCAL_PATH)/configs/media_codecs_performance.xml:system/etc/media_codecs_performance.xml \ - $(LOCAL_PATH)/configs/media_profiles.xml:system/etc/media_profiles.xml \ - $(LOCAL_PATH)/configs/camera/msm8996_camera.xml:system/etc/camera/msm8996_camera.xml \ - $(LOCAL_PATH)/configs/camera/ov8865_chromatix.xml:system/etc/camera/ov8865_chromatix.xml \ - $(LOCAL_PATH)/configs/camera/s5k2m8sx_chromatix.xml:system/etc/camera/s5k2m8sx_chromatix.xml + $(LOCAL_PATH)/configs/media_profiles.xml:system/etc/media_profiles.xml PRODUCT_COPY_FILES += \ frameworks/av/media/libstagefright/data/media_codecs_google_audio.xml:system/etc/media_codecs_google_audio.xml \ |