summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-11-22 20:34:44 +0100
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-11-22 20:34:47 +0100
commitf5cb309a740e0008edcfb6e3d04d7b371764e68b (patch)
treed931a574c4b639faf1c96ef22ea810bd41baafdf
parentcf651fb0b33892fb6d17f40a5a52cfc966ff75e0 (diff)
downloadplatform_hardware_libaudio-replicant-10.tar.gz
platform_hardware_libaudio-replicant-10.tar.bz2
platform_hardware_libaudio-replicant-10.zip
don't copy policy configurationreplicant-10
We will try to use the ones comming from Android directly instead. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r--alsa.mk8
1 files changed, 0 insertions, 8 deletions
diff --git a/alsa.mk b/alsa.mk
index 999ae80..8426477 100644
--- a/alsa.mk
+++ b/alsa.mk
@@ -45,14 +45,6 @@ copy_init := \
PRODUCT_COPY_FILES := \
$(foreach f,$(copy_conf),$(LOCAL_ALSA_CONF_DIR)/$(f):$(TARGET_ALSA_CONF_DIR)/$(f)) \
$(foreach f,$(copy_init),$(LOCAL_ALSA_INIT_DIR)/$(f):$(TARGET_ALSA_CONF_DIR)/init/$(f)) \
- $(LOCAL_PATH)/primary_audio_policy_configuration.xml:$(TARGET_OUT_AUDIO_POLICY_CONF_DIR)/primary_audio_policy_configuration.xml \
- $(LOCAL_PATH)/audio_policy_configuration.xml:$(TARGET_OUT_AUDIO_POLICY_CONF_DIR)/audio_policy_configuration.xml \
- $(DEFAULT_CONFIG_DIR)/a2dp_audio_policy_configuration.xml:$(TARGET_OUT_AUDIO_POLICY_CONF_DIR)/a2dp_audio_policy_configuration.xml \
- $(DEFAULT_CONFIG_DIR)/audio_policy_volumes.xml:$(TARGET_OUT_AUDIO_POLICY_CONF_DIR)/audio_policy_volumes.xml \
- $(DEFAULT_CONFIG_DIR)/default_volume_tables.xml:$(TARGET_OUT_AUDIO_POLICY_CONF_DIR)/default_volume_tables.xml \
- $(DEFAULT_CONFIG_DIR)/r_submix_audio_policy_configuration.xml:$(TARGET_OUT_AUDIO_POLICY_CONF_DIR)/r_submix_audio_policy_configuration.xml \
- $(DEFAULT_CONFIG_DIR)/usb_audio_policy_configuration.xml:$(TARGET_OUT_AUDIO_POLICY_CONF_DIR)/usb_audio_policy_configuration.xml \
- $(DEFAULT_CONFIG_DIR)/surround_sound_configuration_5_0.xml:$(TARGET_OUT_AUDIO_POLICY_CONF_DIR)/surround_sound_configuration_5_0.xml
PRODUCT_PACKAGES := \
alsa_amixer \