From 4c5ba1dedc0537dc1ce6798a0c80e2bf5772095b Mon Sep 17 00:00:00 2001 From: Vachounet Date: Wed, 21 Jun 2017 11:13:26 +0200 Subject: [PATCH] potter: remove unused media_profiles_rc.xml * This is used only on devices with Moto Mods support, mostly Hasselblad one --- configs/media_profiles_rc.xml | 315 ---------------------------------- device.mk | 3 +- 2 files changed, 1 insertion(+), 317 deletions(-) delete mode 100644 configs/media_profiles_rc.xml diff --git a/configs/media_profiles_rc.xml b/configs/media_profiles_rc.xml deleted file mode 100644 index d408abb..0000000 --- a/configs/media_profiles_rc.xml +++ /dev/null @@ -1,315 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/device.mk b/device.mk index e14e538..a9f2dcb 100644 --- a/device.mk +++ b/device.mk @@ -189,8 +189,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/media_profiles_rc.xml:system/etc/media_profiles_rc.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 \