Revert "sm8450-common: Disable redir_party_num"

Reason for revert: The migrations should not be modified retrospectively!

This reverts commit e0ab3da8d5.

Change-Id: I300174770d95cf0e019fc3ab5f6076b5b08990df
This commit is contained in:
Arian
2025-03-25 17:35:58 +01:00
parent 2cdae336ba
commit 35d9a69aa0

View File

@@ -93,10 +93,6 @@ function blob_fixup() {
[ "$2" = "" ] && return 0
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)
[ "$2" = "" ] && return 0
sed -i '/persist.vendor.radio.redir_party_num/ s/true/false/g' "${2}"
;;
vendor/etc/vintf/manifest/c2_manifest_vendor.xml)
[ "$2" = "" ] && return 0
sed -i '/dolby/d' "${2}"