diff --git a/Android.bp b/Android.bp index 61e1451..b951e48 100644 --- a/Android.bp +++ b/Android.bp @@ -3478,6 +3478,34 @@ cc_prebuilt_library_shared { soc_specific: true, } +cc_prebuilt_library_shared { + name: "libmisoundfx", + owner: "xiaomi", + strip: { + none: true, + }, + target: { + android_arm: { + srcs: [ + "proprietary/vendor/lib/soundfx/libmisoundfx.so", + ], + shared_libs: [ + "libcutils", + "libutils", + "liblog", + "libc++", + "libc", + "libm", + "libdl", + ], + }, + }, + compile_multilib: "32", + relative_install_path: "soundfx", + prefer: true, + soc_specific: true, +} + cc_prebuilt_library_shared { name: "libshoebox", owner: "xiaomi", diff --git a/proprietary/vendor/lib/soundfx/libmisoundfx.so b/proprietary/vendor/lib/soundfx/libmisoundfx.so new file mode 100644 index 0000000..b00843e Binary files /dev/null and b/proprietary/vendor/lib/soundfx/libmisoundfx.so differ diff --git a/sm8250-common-vendor.mk b/sm8250-common-vendor.mk index 54ad3ca..b56e852 100644 --- a/sm8250-common-vendor.mk +++ b/sm8250-common-vendor.mk @@ -245,6 +245,7 @@ PRODUCT_PACKAGES += \ libwfduibcsrcinterface_proprietary \ libwfdutils_proprietary \ libasphere \ + libmisoundfx \ libshoebox \ vendor.qti.hardware.wifidisplaysession@1.0_vendor \ vendor.qti.hardware.wifidisplaysessionl@1.0-halimpl \