diff --git a/Android.bp b/Android.bp index da20727..2858530 100644 --- a/Android.bp +++ b/Android.bp @@ -6961,7 +6961,6 @@ cc_prebuilt_library_shared { "libc", "libm", "libdl", ->>>>>>> bf04747 (Revert "Spacewar: Switch to oss audio HAL") ], }, }, @@ -7794,37 +7793,6 @@ cc_prebuilt_library_shared { soc_specific: true, } -cc_prebuilt_library_shared { - name: "libdiraceffect_NT", - owner: "nothing", - strip: { - none: true, - }, - target: { - android_arm: { - srcs: [ - "proprietary/vendor/lib/soundfx/libdiraceffect_NT.so", - ], - shared_libs: [ - "libdirac", - "libcutils", - "libutils", - "libbase", - "libaudioutils", - "liblog", - "libc++", - "libc", - "libm", - "libdl", - ], - }, - }, - compile_multilib: "32", - relative_install_path: "soundfx", - prefer: true, - soc_specific: true, -} - cc_prebuilt_library_shared { name: "libshoebox", owner: "nothing", diff --git a/Spacewar-vendor.mk b/Spacewar-vendor.mk index 7b6bcf1..2a9f6b6 100644 --- a/Spacewar-vendor.mk +++ b/Spacewar-vendor.mk @@ -696,7 +696,6 @@ PRODUCT_PACKAGES += \ libwfduibcsrcinterface_proprietary \ libwfdutils_proprietary \ libasphere \ - libdiraceffect_NT \ libshoebox \ vendor.qti.hardware.wifidisplaysessionl@1.0-halimpl \ com.qti.eeprom.abra_qtech_p24c128e_imx766_eeprom \ diff --git a/proprietary/vendor/lib/libdirac.so b/proprietary/vendor/lib/libdirac.so deleted file mode 100644 index f3ee4bc..0000000 Binary files a/proprietary/vendor/lib/libdirac.so and /dev/null differ diff --git a/proprietary/vendor/lib/soundfx/libdiraceffect_NT.so b/proprietary/vendor/lib/soundfx/libdiraceffect_NT.so deleted file mode 100644 index 1246c6b..0000000 Binary files a/proprietary/vendor/lib/soundfx/libdiraceffect_NT.so and /dev/null differ