Watch
1
0
Fork
You've already forked android_device_oneplus_dre
0

dre: 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:
Michael Bestas 2024-07-08 08:56:25 +03:00 committed by Albert Tang
commit 1e9e2a9ea6
2 changed files with 1 additions and 7 deletions

View file

@ -89,7 +89,7 @@ function blob_fixup() {
;;
vendor/etc/media_codecs.xml|vendor/etc/media_codecs_holi.xml|vendor/etc/media_codecs_holi_vendor.xml)
[ "$2" = "" ] && return 0
sed -Ei "/media_codecs_(google_audio|google_telephony|vendor_audio)/d" "${2}"
sed -Ei "/media_codecs_(google_audio|google_c2|google_telephony|vendor_audio)/d" "${2}"
;;
vendor/lib64/hw/com.qti.chi.override.so)
[ "$2" = "" ] && return 0