Revert "stone: Add JamesDSP"

This reverts commit 0b05c09a19.
This commit is contained in:
Arijit78
2024-08-07 09:34:18 +00:00
parent a139ac1674
commit cbfae0d1d9
4 changed files with 0 additions and 11 deletions

View File

@@ -41,7 +41,6 @@
<library name="volume_listener" path="libvolumelistener.so"/> <library name="volume_listener" path="libvolumelistener.so"/>
<library name="audiosphere" path="libasphere.so"/> <library name="audiosphere" path="libasphere.so"/>
<library name="shoebox" path="libshoebox.so"/> <library name="shoebox" path="libshoebox.so"/>
<library name="jdsp" path="libjamesdsp.so"/>
<library name="spatializer" path="libspatialaudio.so"/> <library name="spatializer" path="libspatialaudio.so"/>
<library name="misoundfx" path="libmisoundfx.so"/> <library name="misoundfx" path="libmisoundfx.so"/>
</libraries> </libraries>
@@ -92,7 +91,6 @@
<effect name="notification_helper" library="volume_listener" uuid="0b776dde-0590-11e5-81ba-0025b32654a0"/> <effect name="notification_helper" library="volume_listener" uuid="0b776dde-0590-11e5-81ba-0025b32654a0"/>
<effect name="audiosphere" library="audiosphere" uuid="184e62ab-2d19-4364-9d1b-c0a40733866c"/> <effect name="audiosphere" library="audiosphere" uuid="184e62ab-2d19-4364-9d1b-c0a40733866c"/>
<effect name="shoebox" library="shoebox" uuid="1eab784c-1a36-4b2a-b7fc-e34c44cab89e"/> <effect name="shoebox" library="shoebox" uuid="1eab784c-1a36-4b2a-b7fc-e34c44cab89e"/>
<effect name="jamesdsp" library="jdsp" uuid="f27317f4-c984-4de6-9a90-545759495bf2"/>
<effect name="spatializer" library="spatializer" uuid="cc4677de-ff72-11eb-9a03-0242ac130003"/> <effect name="spatializer" library="spatializer" uuid="cc4677de-ff72-11eb-9a03-0242ac130003"/>
<effect name="misoundfx" library="misoundfx" uuid="5b8e36a5-144a-4c38-b1d7-0002a5d5c51b"/> <effect name="misoundfx" library="misoundfx" uuid="5b8e36a5-144a-4c38-b1d7-0002a5d5c51b"/>
</effects> </effects>

View File

@@ -12,9 +12,6 @@ ifeq ($(Vendor_Dolby),true)
$(call inherit-product, vendor/dolby/dolby.mk) $(call inherit-product, vendor/dolby/dolby.mk)
endif endif
# JamesDSP
$(call inherit-product, packages/apps/JamesDSPManager/config.mk)
# Enable project quotas and casefolding for emulated storage without sdcardfs # Enable project quotas and casefolding for emulated storage without sdcardfs
$(call inherit-product, $(SRC_TARGET_DIR)/product/emulated_storage.mk) $(call inherit-product, $(SRC_TARGET_DIR)/product/emulated_storage.mk)

View File

@@ -1,4 +1 @@
get_prop(audioserver, vendor_audio_prop)
allow audioserver unlabeled:file { read write open getattr };
allow hal_audio_default hal_audio_default:process { execmem };

View File

@@ -9,6 +9,3 @@ git clone https://github.com/crdroidandroid/android_kernel_qcom_sm8350.git -b 14
# Clone prebuilt kernel # Clone prebuilt kernel
git clone https://github.com/Arijit78/device_xiaomi_stone-kernel.git -b 14 device/xiaomi/stone-kernel git clone https://github.com/Arijit78/device_xiaomi_stone-kernel.git -b 14 device/xiaomi/stone-kernel
# Clone JamesDSP
git clone https://github.com/Arijit78/packages_apps_JamesDSPManager.git -b udc packages/apps/JamesDSPManager