From b8c47516b5592b74d6fdd83b0823734e8ce24f37 Mon Sep 17 00:00:00 2001 From: Arijit78 Date: Tue, 6 Aug 2024 18:35:41 +0000 Subject: [PATCH] stone: Drop v4a Signed-off-by: Arijit78 --- audio/audio_effects.xml | 2 -- device.mk | 3 --- sepolicy/vendor/audioserver.te | 3 --- 3 files changed, 8 deletions(-) diff --git a/audio/audio_effects.xml b/audio/audio_effects.xml index 4a3804e..e8efa99 100644 --- a/audio/audio_effects.xml +++ b/audio/audio_effects.xml @@ -41,7 +41,6 @@ - @@ -92,7 +91,6 @@ - diff --git a/device.mk b/device.mk index 5b8b416..75c7703 100644 --- a/device.mk +++ b/device.mk @@ -7,9 +7,6 @@ # Call the MiuiCamera setup $(call inherit-product, vendor/xiaomi/stone-miuicamera/miuicamera.mk) -# Call the ViperFX Config -$(call inherit-product, packages/apps/ViPER4AndroidFX/config.mk) - # Vendor Dolby ifeq ($(Vendor_Dolby),true) $(call inherit-product, vendor/dolby/dolby.mk) diff --git a/sepolicy/vendor/audioserver.te b/sepolicy/vendor/audioserver.te index 4d98ed6..8b13789 100644 --- a/sepolicy/vendor/audioserver.te +++ b/sepolicy/vendor/audioserver.te @@ -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 };