diff --git a/configs/media_codecs_google_audio.xml b/configs/media_codecs_google_audio.xml deleted file mode 100644 index a06684b..0000000 --- a/configs/media_codecs_google_audio.xml +++ /dev/null @@ -1,92 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/configs/media_codecs_google_telephony.xml b/configs/media_codecs_google_telephony.xml deleted file mode 100644 index 5ad90d9..0000000 --- a/configs/media_codecs_google_telephony.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - - - - - diff --git a/configs/media_codecs_google_video.xml b/configs/media_codecs_google_video.xml deleted file mode 100644 index 3cdccee..0000000 --- a/configs/media_codecs_google_video.xml +++ /dev/null @@ -1,94 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/device.mk b/device.mk index 4f5f121..6cfa1c7 100644 --- a/device.mk +++ b/device.mk @@ -40,14 +40,14 @@ PRODUCT_COPY_FILES += \ # Config files PRODUCT_COPY_FILES += \ + frameworks/av/media/libstagefright/data/media_codecs_google_audio.xml:system/etc/media_codecs_google_audio.xml \ + frameworks/av/media/libstagefright/data/media_codecs_google_telephony.xml:system/etc/media_codecs_google_telephony.xml \ + frameworks/av/media/libstagefright/data/media_codecs_google_video_le.xml:system/etc/media_codecs_google_video_le.xml \ + frameworks/av/media/libstagefright/data/media_codecs_google_video.xml:system/etc/media_codecs_google_video.xml \ $(DEVICE_COMMON)/configs/media_codecs.xml:system/etc/media_codecs.xml \ - $(DEVICE_COMMON)/configs/media_codecs_google_audio.xml:system/etc/media_codecs_google_audio.xml \ - $(DEVICE_COMMON)/configs/media_codecs_google_telephony.xml:system/etc/media_codecs_google_telephony.xml \ - $(DEVICE_COMMON)/configs/media_codecs_google_video.xml:system/etc/media_codecs_google_video.xml \ $(DEVICE_COMMON)/configs/media_profiles.xml:system/etc/media_profiles.xml \ $(DEVICE_COMMON)/configs/mtk_omx_core.cfg:system/etc/mtk_omx_core.cfg - # Audio PRODUCT_PACKAGES += \ audio.a2dp.default