sm8250-common: Import swdap from HyperOS

This commit is contained in:
2026-03-27 17:02:12 +00:00
parent d7d58ad82b
commit 4c7499124b
3 changed files with 33 additions and 0 deletions

View File

@@ -4268,6 +4268,38 @@ cc_prebuilt_library_shared {
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 {
name: "libswgamedap",
owner: "xiaomi",

Binary file not shown.

View File

@@ -265,6 +265,7 @@ PRODUCT_PACKAGES += \
libhwdap \
libmisoundfx \
libshoebox \
libswdap \
libswgamedap \
libswvqe \
vendor.qti.hardware.wifidisplaysession@1.0_vendor \