sm8450-common: Remove media_codecs_google_c2*
AOSP codecs can be used by default and it is not necessary to include them device side. Change-Id: I8227b06f0466b614f12fa9008402b92461ea3dd0
This commit is contained in:
parent
be3170a5f5
commit
bdc79e517d
2 changed files with 1 additions and 6 deletions
|
@ -310,11 +310,6 @@ PRODUCT_PACKAGES += \
|
|||
init.qti.media.rc \
|
||||
init.qti.media.sh
|
||||
|
||||
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_audio.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_c2_audio.xml \
|
||||
frameworks/av/media/libstagefright/data/media_codecs_google_c2_video.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_c2_video.xml
|
||||
|
||||
# Mlipay
|
||||
PRODUCT_PACKAGES += \
|
||||
vendor.xiaomi.hardware.mlipay@1.1.vendor \
|
||||
|
|
|
@ -74,7 +74,7 @@ function blob_fixup() {
|
|||
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}"
|
||||
sed -i -E '/media_codecs_(google_audio|google_c2|google_telephony|vendor_audio)/d' "${2}"
|
||||
;;
|
||||
vendor/etc/qcril_database/upgrade/config/6.0_config.sql)
|
||||
sed -i '/persist.vendor.radio.redir_party_num/ s/true/false/g' "${2}"
|
||||
|
|
Loading…
Reference in a new issue