sm8250-common: Import QCOM implementation for audio effects

This commit is contained in:
2025-09-24 21:29:35 +02:00
parent a84b94dd52
commit b6ac658c0a
5 changed files with 84 additions and 0 deletions

View File

@@ -3968,6 +3968,87 @@ cc_prebuilt_library_shared {
soc_specific: true, 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 { cc_prebuilt_library_shared {
name: "libshoebox", name: "libshoebox",
owner: "xiaomi", owner: "xiaomi",

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -250,6 +250,9 @@ PRODUCT_PACKAGES += \
libwfdutils_proprietary \ libwfdutils_proprietary \
libasphere \ libasphere \
libmisoundfx \ libmisoundfx \
libqcbassboost \
libqcreverb \
libqcvirt \
libshoebox \ libshoebox \
libswdap \ libswdap \
libswgamedap \ libswgamedap \