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",
+2
View File
@@ -12,6 +12,7 @@ PRODUCT_COPY_FILES += \
vendor/samsung/acheron/proprietary/vendor/etc/charger_fstab.qti:$(TARGET_COPY_OUT_VENDOR)/etc/charger_fstab.qti \
vendor/samsung/acheron/proprietary/vendor/etc/data/dsi_config.xml:$(TARGET_COPY_OUT_VENDOR)/etc/data/dsi_config.xml \
vendor/samsung/acheron/proprietary/vendor/etc/data/netmgr_config.xml:$(TARGET_COPY_OUT_VENDOR)/etc/data/netmgr_config.xml \
vendor/samsung/acheron/proprietary/vendor/etc/dolby/dax-default.xml:$(TARGET_COPY_OUT_VENDOR)/etc/dolby/dax-default.xml \
vendor/samsung/acheron/proprietary/vendor/etc/flp.conf:$(TARGET_COPY_OUT_VENDOR)/etc/flp.conf \
vendor/samsung/acheron/proprietary/vendor/etc/gnss_antenna_info.conf:$(TARGET_COPY_OUT_VENDOR)/etc/gnss_antenna_info.conf \
vendor/samsung/acheron/proprietary/vendor/etc/gpfspath_oem_config.xml:$(TARGET_COPY_OUT_VENDOR)/etc/gpfspath_oem_config.xml \
@@ -443,6 +444,7 @@ PRODUCT_PACKAGES += \
libqcreverb \
libqcvirt \
libshoebox \
libswdap \
libswspatializer \
spatializer-aidl-V1-cpp \
unihal_cutils@2.15 \
File diff suppressed because it is too large Load Diff
Binary file not shown.