diff --git a/Android.bp b/Android.bp index 5998d13..7af73b4 100644 --- a/Android.bp +++ b/Android.bp @@ -3659,38 +3659,6 @@ cc_prebuilt_library_shared { 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 { name: "libmisoundfx", owner: "xiaomi", @@ -3746,6 +3714,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", diff --git a/proprietary/vendor/lib/soundfx/libhwdap.so b/proprietary/vendor/lib/soundfx/libhwdap.so deleted file mode 100644 index fb798fa..0000000 Binary files a/proprietary/vendor/lib/soundfx/libhwdap.so and /dev/null differ diff --git a/proprietary/vendor/lib/soundfx/libswdap.so b/proprietary/vendor/lib/soundfx/libswdap.so new file mode 100644 index 0000000..16dcb03 Binary files /dev/null and b/proprietary/vendor/lib/soundfx/libswdap.so differ diff --git a/sm8250-common-vendor.mk b/sm8250-common-vendor.mk index 51bdaf7..5b73056 100644 --- a/sm8250-common-vendor.mk +++ b/sm8250-common-vendor.mk @@ -252,9 +252,9 @@ PRODUCT_PACKAGES += \ libwfduibcsrcinterface_proprietary \ libwfdutils_proprietary \ libasphere \ - libhwdap \ libmisoundfx \ libshoebox \ + libswdap \ libswgamedap \ libswvqe \ vendor.qti.hardware.wifidisplaysession@1.0_vendor \