sm8250-common: Import swdap from HyperOS

- Just less missing libs
This commit is contained in:
johnmart19
2025-11-09 14:14:01 +02:00
committed by bntxperses
parent 4c3d648f92
commit 07779928d8
3 changed files with 33 additions and 0 deletions

View File

@@ -4630,6 +4630,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

@@ -278,6 +278,7 @@ PRODUCT_PACKAGES += \
libqcreverb \
libqcvirt \
libshoebox \
libswdap \
libswgamedap \
libswvqe \
vendor.qti.hardware.wifidisplaysession@1.0_vendor \