sm8250-common: Import QCOM implementation for audio effects

- From HyperOS Alioth 1.0.3.0 Mi
This commit is contained in:
johnmart19
2025-05-10 13:27:02 +03:00
committed by bntxperses
parent bea3cbbca0
commit 9c5dfa4053
5 changed files with 84 additions and 0 deletions

View File

@@ -4522,6 +4522,87 @@ cc_prebuilt_library_shared {
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "libqcbassboost",
owner: "xiaomi",
strip: {
none: true,
},
target: {
android_arm: {
srcs: [
"proprietary/vendor/lib/soundfx/libqcbassboost.so",
],
shared_libs: [
"libcutils",
"liblog",
"libc++",
"libc",
"libm",
"libdl",
],
},
},
compile_multilib: "32",
relative_install_path: "soundfx",
prefer: true,
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "libqcreverb",
owner: "xiaomi",
strip: {
none: true,
},
target: {
android_arm: {
srcs: [
"proprietary/vendor/lib/soundfx/libqcreverb.so",
],
shared_libs: [
"liblog",
"libcutils",
"libc++",
"libc",
"libm",
"libdl",
],
},
},
compile_multilib: "32",
relative_install_path: "soundfx",
prefer: true,
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "libqcvirt",
owner: "xiaomi",
strip: {
none: true,
},
target: {
android_arm: {
srcs: [
"proprietary/vendor/lib/soundfx/libqcvirt.so",
],
shared_libs: [
"liblog",
"libcutils",
"libc++",
"libc",
"libm",
"libdl",
],
},
},
compile_multilib: "32",
relative_install_path: "soundfx",
prefer: true,
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "libshoebox",
owner: "xiaomi",

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -274,6 +274,9 @@ PRODUCT_PACKAGES += \
libasphere \
libhwdap \
libmisoundfx \
libqcbassboost \
libqcreverb \
libqcvirt \
libshoebox \
libswgamedap \
libswvqe \