sm8450-common: Remove software omx codec references
These are no longer available as of Android 14 QPR3. The C2 codecs available by default in the swcodec apex will be used instead. Change-Id: I8cdf3e700823779a7382c66c3df8410d41209b7c
This commit is contained in:
@@ -310,10 +310,6 @@ PRODUCT_PACKAGES += \
|
|||||||
init.qti.media.rc \
|
init.qti.media.rc \
|
||||||
init.qti.media.sh
|
init.qti.media.sh
|
||||||
|
|
||||||
PRODUCT_COPY_FILES += \
|
|
||||||
frameworks/av/media/libstagefright/data/media_codecs_google_audio.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_audio.xml \
|
|
||||||
frameworks/av/media/libstagefright/data/media_codecs_google_telephony.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_telephony.xml
|
|
||||||
|
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
frameworks/av/media/libstagefright/data/media_codecs_google_c2.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_c2.xml \
|
frameworks/av/media/libstagefright/data/media_codecs_google_c2.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_c2.xml \
|
||||||
frameworks/av/media/libstagefright/data/media_codecs_google_c2_audio.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_c2_audio.xml \
|
frameworks/av/media/libstagefright/data/media_codecs_google_c2_audio.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_c2_audio.xml \
|
||||||
|
@@ -73,6 +73,9 @@ function blob_fixup() {
|
|||||||
vendor/etc/media_codecs_c2_audio.xml)
|
vendor/etc/media_codecs_c2_audio.xml)
|
||||||
sed -i '/media_codecs_dolby_audio/d' "${2}"
|
sed -i '/media_codecs_dolby_audio/d' "${2}"
|
||||||
;;
|
;;
|
||||||
|
vendor/etc/media_codecs_cape.xml|vendor/etc/media_codecs_diwali_v0.xml|vendor/etc/media_codecs_diwali_v1.xml|vendor/etc/media_codecs_diwali_v2.xml|vendor/etc/media_codecs_taro.xml|vendor/etc/media_codecs_ukee.xml)
|
||||||
|
sed -i -E '/media_codecs_(google_audio|google_telephony|vendor_audio)/d' "${2}"
|
||||||
|
;;
|
||||||
vendor/etc/qcril_database/upgrade/config/6.0_config.sql)
|
vendor/etc/qcril_database/upgrade/config/6.0_config.sql)
|
||||||
sed -i '/persist.vendor.radio.redir_party_num/ s/true/false/g' "${2}"
|
sed -i '/persist.vendor.radio.redir_party_num/ s/true/false/g' "${2}"
|
||||||
;;
|
;;
|
||||||
|
@@ -448,7 +448,6 @@ vendor/etc/media_codecs_performance_taro.xml
|
|||||||
vendor/etc/media_codecs_performance_ukee.xml
|
vendor/etc/media_codecs_performance_ukee.xml
|
||||||
vendor/etc/media_codecs_taro.xml
|
vendor/etc/media_codecs_taro.xml
|
||||||
vendor/etc/media_codecs_ukee.xml
|
vendor/etc/media_codecs_ukee.xml
|
||||||
vendor/etc/media_codecs_vendor_audio.xml
|
|
||||||
vendor/etc/media_diwali_v0/video_system_specs.json
|
vendor/etc/media_diwali_v0/video_system_specs.json
|
||||||
vendor/etc/media_diwali_v1/video_system_specs.json
|
vendor/etc/media_diwali_v1/video_system_specs.json
|
||||||
vendor/etc/media_diwali_v2/video_system_specs.json
|
vendor/etc/media_diwali_v2/video_system_specs.json
|
||||||
|
Reference in New Issue
Block a user