stone: Drop v4a

Signed-off-by: Arijit78 <sahaarijit2007@gmail.com>
This commit is contained in:
Arijit78
2024-08-06 18:35:41 +00:00
parent e4cd053939
commit b8c47516b5
3 changed files with 0 additions and 8 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="v4a_re" path="libv4a_re.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="v4a_standard_re" library="v4a_re" uuid="90380da3-8536-4744-a6a3-5731970e640f"/>
<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

@@ -7,9 +7,6 @@
# Call the MiuiCamera setup # Call the MiuiCamera setup
$(call inherit-product, vendor/xiaomi/stone-miuicamera/miuicamera.mk) $(call inherit-product, vendor/xiaomi/stone-miuicamera/miuicamera.mk)
# Call the ViperFX Config
$(call inherit-product, packages/apps/ViPER4AndroidFX/config.mk)
# Vendor Dolby # Vendor Dolby
ifeq ($(Vendor_Dolby),true) ifeq ($(Vendor_Dolby),true)
$(call inherit-product, vendor/dolby/dolby.mk) $(call inherit-product, vendor/dolby/dolby.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 };