sm8550-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:
Aaron Kling
2024-08-22 22:24:17 -03:00
committed by chaptsand
parent ac30873bc0
commit c8526b7547
2 changed files with 5 additions and 7 deletions

View File

@@ -75,6 +75,9 @@ function blob_fixup() {
vendor/etc/vintf/manifest/sec_c2_manifest_default0_1_0.xml)
sed -i 's/default0/software/g' "${2}"
;;
vendor/etc/media_codecs_kalama.xml|vendor/etc/media_codecs_kalama_vendor.xml)
sed -Ei "/media_codecs_(google_audio|google_telephony|google_video|vendor_audio)/d" "${2}"
;;
vendor/etc/seccomp_policy/qwesd@2.0.policy)
echo "pipe2: 1" >> "${2}"
;;