From 87cb64eee06d5145cf0c035ed7dc81f5210626ea Mon Sep 17 00:00:00 2001 From: Michael Bestas Date: Sun, 8 Jan 2023 20:50:07 +0200 Subject: [PATCH] sm8250-common: Remove unused a2dp_audio_policy_configuration.xml Change-Id: I36a06d3829b0ec2fd89ae49899f3ed268f6d9993 --- common.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/common.mk b/common.mk index 2f0aec8..27ab773 100644 --- a/common.mk +++ b/common.mk @@ -76,7 +76,6 @@ PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/audio/bluetooth_hearing_aid_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth_hearing_aid_audio_policy_configuration.xml PRODUCT_COPY_FILES += \ - 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/audio_policy_volumes.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_policy_volumes.xml \ frameworks/av/services/audiopolicy/config/bluetooth_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth_audio_policy_configuration.xml \ frameworks/av/services/audiopolicy/config/default_volume_tables.xml:$(TARGET_COPY_OUT_VENDOR)/etc/default_volume_tables.xml \