sm8250-common: dolby: Switch dolby soundfx to libswdap

This commit is contained in:
2025-09-24 21:00:10 +02:00
parent db108b06ff
commit 9288d34081
4 changed files with 33 additions and 33 deletions

View File

@@ -3659,38 +3659,6 @@ cc_prebuilt_library_shared {
soc_specific: true, soc_specific: true,
} }
cc_prebuilt_library_shared {
name: "libhwdap",
owner: "xiaomi",
strip: {
none: true,
},
target: {
android_arm: {
srcs: [
"proprietary/vendor/lib/soundfx/libhwdap.so",
],
shared_libs: [
"liblog",
"libutils",
"libcutils",
"libaudioutils",
"libdapparamstorage",
"libhidlbase",
"vendor.dolby.hardware.dms@2.0",
"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: "libmisoundfx", name: "libmisoundfx",
owner: "xiaomi", owner: "xiaomi",
@@ -3746,6 +3714,38 @@ cc_prebuilt_library_shared {
soc_specific: true, soc_specific: true,
} }
cc_prebuilt_library_shared {
name: "libswdap",
owner: "xiaomi",
strip: {
none: true,
},
target: {
android_arm: {
srcs: [
"proprietary/vendor/lib/soundfx/libswdap.so",
],
shared_libs: [
"liblog",
"libutils",
"libcutils",
"libaudioutils",
"libdapparamstorage",
"libhidlbase",
"vendor.dolby.hardware.dms@2.0",
"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: "libswgamedap", name: "libswgamedap",
owner: "xiaomi", owner: "xiaomi",

Binary file not shown.

Binary file not shown.

View File

@@ -252,9 +252,9 @@ PRODUCT_PACKAGES += \
libwfduibcsrcinterface_proprietary \ libwfduibcsrcinterface_proprietary \
libwfdutils_proprietary \ libwfdutils_proprietary \
libasphere \ libasphere \
libhwdap \
libmisoundfx \ libmisoundfx \
libshoebox \ libshoebox \
libswdap \
libswgamedap \ libswgamedap \
libswvqe \ libswvqe \
vendor.qti.hardware.wifidisplaysession@1.0_vendor \ vendor.qti.hardware.wifidisplaysession@1.0_vendor \