From 4e04a9498df9bca8d22fc2aa9d321e72480595db Mon Sep 17 00:00:00 2001 From: basamaryan Date: Mon, 3 Feb 2025 10:31:04 -0500 Subject: [PATCH] sm6150-common: media: Import media_codecs.xml From https://github.com/LineageOS/android_device_google_sunfish/blob/b2d81d3d106ef961ee1ebd036dbbb5d1b0013807/media_codecs.xml Change-Id: Ia3905329085e72a55c9e964e07ecd8a000a913f0 Signed-off-by: therealmharc --- configs/media/media_codecs.xml | 24 ++++++++++++++++++++++++ sm6150.mk | 1 + 2 files changed, 25 insertions(+) create mode 100644 configs/media/media_codecs.xml diff --git a/configs/media/media_codecs.xml b/configs/media/media_codecs.xml new file mode 100644 index 0000000..92b6666 --- /dev/null +++ b/configs/media/media_codecs.xml @@ -0,0 +1,24 @@ + + + + + + + + + + diff --git a/sm6150.mk b/sm6150.mk index 427be7a..9a3202a 100644 --- a/sm6150.mk +++ b/sm6150.mk @@ -213,6 +213,7 @@ PRODUCT_PACKAGES += \ # Media PRODUCT_COPY_FILES += \ + $(LOCAL_PATH)/configs/media/media_codecs.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs.xml \ $(LOCAL_PATH)/configs/media/media_codecs_c2.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_c2.xml \ $(LOCAL_PATH)/configs/media/media_codecs_performance_c2.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_performance_c2.xml \ $(LOCAL_PATH)/configs/media/media_profiles.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_profiles_V1_0.xml