diff --git a/Android.bp b/Android.bp index 9179865..a43b5e0 100644 --- a/Android.bp +++ b/Android.bp @@ -10961,33 +10961,6 @@ cc_prebuilt_library_shared { soc_specific: true, } -cc_prebuilt_library_shared { - name: "libmisound", - owner: "xiaomi", - strip: { - none: true, - }, - target: { - android_arm64: { - srcs: [ - "proprietary/vendor/lib64/libmisound.so", - ], - shared_libs: [ - "libcutils", - "libutils", - "liblog", - "libc++", - "libc", - "libm", - "libdl", - ], - }, - }, - compile_multilib: "64", - prefer: true, - soc_specific: true, -} - cc_prebuilt_library_shared { name: "libmisoundcrossfade", owner: "xiaomi", @@ -26612,35 +26585,6 @@ cc_prebuilt_library_shared { soc_specific: true, } -cc_prebuilt_library_shared { - name: "libmisoundfx", - owner: "xiaomi", - strip: { - none: true, - }, - target: { - android_arm64: { - srcs: [ - "proprietary/vendor/lib64/soundfx/libmisoundfx.so", - ], - shared_libs: [ - "libcutils", - "libutils", - "liblog", - "libstagefright_foundation", - "libc++", - "libc", - "libm", - "libdl", - ], - }, - }, - compile_multilib: "64", - relative_install_path: "soundfx", - prefer: true, - soc_specific: true, -} - cc_prebuilt_library_shared { name: "libswdap", owner: "xiaomi", diff --git a/proprietary/vendor/etc/misound_res.bin b/proprietary/vendor/etc/misound_res.bin deleted file mode 100644 index dbeef74..0000000 Binary files a/proprietary/vendor/etc/misound_res.bin and /dev/null differ diff --git a/proprietary/vendor/etc/misound_res_headphone.bin b/proprietary/vendor/etc/misound_res_headphone.bin deleted file mode 100644 index bc0f64a..0000000 Binary files a/proprietary/vendor/etc/misound_res_headphone.bin and /dev/null differ diff --git a/proprietary/vendor/etc/misound_res_spk.bin b/proprietary/vendor/etc/misound_res_spk.bin deleted file mode 100644 index 6f8848b..0000000 Binary files a/proprietary/vendor/etc/misound_res_spk.bin and /dev/null differ diff --git a/proprietary/vendor/lib64/libmisound.so b/proprietary/vendor/lib64/libmisound.so deleted file mode 100644 index 941a790..0000000 Binary files a/proprietary/vendor/lib64/libmisound.so and /dev/null differ diff --git a/proprietary/vendor/lib64/soundfx/libmisoundfx.so b/proprietary/vendor/lib64/soundfx/libmisoundfx.so deleted file mode 100644 index 7d2c316..0000000 Binary files a/proprietary/vendor/lib64/soundfx/libmisoundfx.so and /dev/null differ diff --git a/tanzanite-vendor.mk b/tanzanite-vendor.mk index b8f80dd..3bc717a 100644 --- a/tanzanite-vendor.mk +++ b/tanzanite-vendor.mk @@ -608,9 +608,6 @@ PRODUCT_COPY_FILES += \ vendor/xiaomi/tanzanite/proprietary/vendor/etc/libnfc-nxp-pnscr.conf:$(TARGET_COPY_OUT_VENDOR)/etc/libnfc-nxp-pnscr.conf \ vendor/xiaomi/tanzanite/proprietary/vendor/etc/libnfc-nxp.conf:$(TARGET_COPY_OUT_VENDOR)/etc/libnfc-nxp.conf \ vendor/xiaomi/tanzanite/proprietary/vendor/etc/meow.cfg:$(TARGET_COPY_OUT_VENDOR)/etc/meow.cfg \ - vendor/xiaomi/tanzanite/proprietary/vendor/etc/misound_res.bin:$(TARGET_COPY_OUT_VENDOR)/etc/misound_res.bin \ - vendor/xiaomi/tanzanite/proprietary/vendor/etc/misound_res_headphone.bin:$(TARGET_COPY_OUT_VENDOR)/etc/misound_res_headphone.bin \ - vendor/xiaomi/tanzanite/proprietary/vendor/etc/misound_res_spk.bin:$(TARGET_COPY_OUT_VENDOR)/etc/misound_res_spk.bin \ vendor/xiaomi/tanzanite/proprietary/vendor/etc/mpe.conf:$(TARGET_COPY_OUT_VENDOR)/etc/mpe.conf \ vendor/xiaomi/tanzanite/proprietary/vendor/etc/nnapi_powerhal.json:$(TARGET_COPY_OUT_VENDOR)/etc/nnapi_powerhal.json \ vendor/xiaomi/tanzanite/proprietary/vendor/etc/permissions/android.hardware.hardware_keystore.mitee.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.hardware_keystore.mitee.xml \ @@ -1108,7 +1105,6 @@ PRODUCT_PACKAGES += \ libminiui \ libmipc \ libmisight \ - libmisound \ libmisoundcrossfade \ libmmagent \ libmml \ @@ -1627,7 +1623,6 @@ PRODUCT_PACKAGES += \ sc202v_truly_macro_mipi_raw_IdxMgr \ sc202v_truly_macro_mipi_raw_tuning \ libmtkcam_streaminfo_plugin-p1stt \ - libmisoundfx \ libswdap \ vendor.dolby.hardware.dms@2.0-impl \ vendor.dolby.hardware.dms@2.0 \