From: Danny Wood Date: Fri, 15 Jan 2021 15:38:55 +0000 (+0000) Subject: universal7580: Decommonise the audio effects configuration X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=fadc0ec82740a0267dba864058c86b69f9e80278;p=GitHub%2FLineageOS%2Fandroid_device_samsung_universal7580-common.git universal7580: Decommonise the audio effects configuration Change-Id: Ifab06fcc40a3f0dd56ce44e30b3b8427402b1603 --- diff --git a/configs/audio/audio_effects.xml b/configs/audio/audio_effects.xml deleted file mode 100644 index 5cc0651..0000000 --- a/configs/audio/audio_effects.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - diff --git a/device-common.mk b/device-common.mk index a7d19a6..a754d1b 100644 --- a/device-common.mk +++ b/device-common.mk @@ -30,7 +30,6 @@ PRODUCT_PACKAGES += \ PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/configs/audio/audio_policy.conf:$(TARGET_COPY_OUT_SYSTEM)/etc/audio_policy.conf \ - $(LOCAL_PATH)/configs/audio/audio_effects.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_effects.xml \ frameworks/av/services/audiopolicy/config/audio_policy_volumes.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_policy_volumes.xml \ frameworks/av/services/audiopolicy/config/a2dp_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/a2dp_audio_policy_configuration.xml \ frameworks/av/services/audiopolicy/config/default_volume_tables.xml:$(TARGET_COPY_OUT_VENDOR)/etc/default_volume_tables.xml \