Aerodactyl: Remove unused audio codecs blob

MTK software audio codecs are inferior from AOSP one.

Change-Id: I762f3274ffe5b8ed249e95a4ba48377b060ff6c0
This commit is contained in:
Giovanni Ricca
2025-08-17 00:13:10 +02:00
committed by Mashopy
parent a3bbbd644a
commit 7f834dd70f
9 changed files with 0 additions and 231 deletions
-7
View File
@@ -486,10 +486,8 @@ PRODUCT_PACKAGES += \
libaacvibrator \
libaal_key \
libaal_mtk \
libadpcmdec_mtk \
libaedv \
libalCFR \
libalacdec_mtk \
libalsautils-v33 \
libapmonitor_vendor \
libappgamepq \
@@ -553,10 +551,6 @@ PRODUCT_PACKAGES += \
libcodec2_mtk_c2store \
libcodec2_mtk_vdec \
libcodec2_mtk_venc \
libcodec2_soft_mtk_alacdec \
libcodec2_soft_mtk_imaadpcmdec \
libcodec2_soft_mtk_mp3dec \
libcodec2_soft_mtk_msadpcmdec \
libcodec2_vpp_AIMEMC_plugin \
libcodec2_vpp_AISR_plugin \
libcodec2_vpp_mi_plugin \
@@ -613,7 +607,6 @@ PRODUCT_PACKAGES += \
libmorpho_RapidEffect \
libmorpho_RawDeepDenoise \
libmouth_mask_detection.arcsoft \
libmp3dec_mtk \
libmpbase \
libmsbc_mtk \
libmtk-ril \
-224
View File
@@ -2339,34 +2339,6 @@ cc_prebuilt_library_shared {
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "libadpcmdec_mtk",
owner: "nothing",
strip: {
none: true,
},
target: {
android_arm64: {
srcs: [
"proprietary/vendor/lib64/libadpcmdec_mtk.so",
],
shared_libs: [
"libmtk_drvb",
"liblog",
"libutils",
"libcutils",
"libc",
"libc++",
"libm",
"libdl",
],
},
},
compile_multilib: "64",
prefer: true,
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "libaedv",
owner: "nothing",
@@ -2421,34 +2393,6 @@ cc_prebuilt_library_shared {
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "libalacdec_mtk",
owner: "nothing",
strip: {
none: true,
},
target: {
android_arm64: {
srcs: [
"proprietary/vendor/lib64/libalacdec_mtk.so",
],
shared_libs: [
"libmtk_drvb",
"liblog",
"libutils",
"libcutils",
"libc",
"libc++",
"libm",
"libdl",
],
},
},
compile_multilib: "64",
prefer: true,
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "libalsautils-v33",
owner: "nothing",
@@ -4146,146 +4090,6 @@ cc_prebuilt_library_shared {
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "libcodec2_soft_mtk_alacdec",
owner: "nothing",
strip: {
none: true,
},
target: {
android_arm64: {
srcs: [
"proprietary/vendor/lib64/libcodec2_soft_mtk_alacdec.so",
],
shared_libs: [
"libcodec2_soft_common",
"libcodec2_vndk",
"libutils",
"libcutils",
"liblog",
"libstagefright_foundation",
"libbase",
"libcodec2",
"libcodec2_mtk_c2store",
"libalacdec_mtk",
"libmtk_drvb",
"libc++",
"libc",
"libm",
"libdl",
],
},
},
compile_multilib: "64",
prefer: true,
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "libcodec2_soft_mtk_imaadpcmdec",
owner: "nothing",
strip: {
none: true,
},
target: {
android_arm64: {
srcs: [
"proprietary/vendor/lib64/libcodec2_soft_mtk_imaadpcmdec.so",
],
shared_libs: [
"libcodec2_soft_common",
"libcodec2_vndk",
"libutils",
"libcutils",
"liblog",
"libstagefright_foundation",
"libbase",
"libcodec2",
"libcodec2_mtk_c2store",
"libadpcmdec_mtk",
"libmtk_drvb",
"libc++",
"libc",
"libm",
"libdl",
],
},
},
compile_multilib: "64",
prefer: true,
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "libcodec2_soft_mtk_mp3dec",
owner: "nothing",
strip: {
none: true,
},
target: {
android_arm64: {
srcs: [
"proprietary/vendor/lib64/libcodec2_soft_mtk_mp3dec.so",
],
shared_libs: [
"libcodec2_soft_common",
"libcodec2_vndk",
"libutils",
"libcutils",
"liblog",
"libstagefright_foundation",
"libbase",
"libcodec2",
"libcodec2_mtk_c2store",
"libmp3dec_mtk",
"libmtk_drvb",
"libc++",
"libc",
"libm",
"libdl",
],
},
},
compile_multilib: "64",
prefer: true,
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "libcodec2_soft_mtk_msadpcmdec",
owner: "nothing",
strip: {
none: true,
},
target: {
android_arm64: {
srcs: [
"proprietary/vendor/lib64/libcodec2_soft_mtk_msadpcmdec.so",
],
shared_libs: [
"libcodec2_soft_common",
"libcodec2_vndk",
"libutils",
"libcutils",
"liblog",
"libstagefright_foundation",
"libbase",
"libcodec2",
"libcodec2_mtk_c2store",
"libadpcmdec_mtk",
"libmtk_drvb",
"libc++",
"libc",
"libm",
"libdl",
],
},
},
compile_multilib: "64",
prefer: true,
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "libcodec2_vpp_AIMEMC_plugin",
owner: "nothing",
@@ -5888,34 +5692,6 @@ cc_prebuilt_library_shared {
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "libmp3dec_mtk",
owner: "nothing",
strip: {
none: true,
},
target: {
android_arm64: {
srcs: [
"proprietary/vendor/lib64/libmp3dec_mtk.so",
],
shared_libs: [
"libmtk_drvb",
"liblog",
"libutils",
"libcutils",
"libc",
"libc++",
"libm",
"libdl",
],
},
},
compile_multilib: "64",
prefer: true,
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "libmpbase",
owner: "nothing",
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.