acheron: Bring back SamsungDAP

Change-Id: Ica682659386aebc75803daf278956bb5a22fb609
This commit is contained in:
Vayruz Rafli
2026-07-18 23:46:26 +07:00
parent 0abadd84fb
commit 46e814ad76
4 changed files with 2277 additions and 0 deletions
+32
View File
@@ -11814,6 +11814,38 @@ cc_prebuilt_library_shared {
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "libswdap",
owner: "samsung",
strip: {
none: true,
},
target: {
android_arm: {
srcs: [
"proprietary/vendor/lib/soundfx/libswdap.so",
],
shared_libs: [
"libaudioutils",
"libcutils",
"liblog",
"libutils",
"libprofileparamstorage",
"libspatializerparamstorage",
"libsecaudiocoreutils",
"libc++",
"libc",
"libm",
"libdl",
],
},
},
compile_multilib: "32",
relative_install_path: "soundfx",
prefer: true,
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "libswspatializer",
owner: "samsung",