From 7ec665d6699dddb1588a9d839a64dc41c6a03e6d Mon Sep 17 00:00:00 2001 From: Sebastiano Barezzi Date: Mon, 7 Jun 2021 18:07:18 +0200 Subject: [PATCH] flo/deb: Remove USE_XML_AUDIO_POLICY_CONF * Dead since Q, where XML audio policies weren't enforced yet Change-Id: I302a0ed97964b052176dc3bb0141db1ba85e78c8 --- BoardConfigCommon.mk | 1 - device-common.mk | 2 -- 2 files changed, 3 deletions(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index e607a96..671ef8e 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -41,7 +41,6 @@ TARGET_HAS_MEMFD_BACKPORT := true BOARD_USES_ALSA_AUDIO:= true AUDIO_USE_LL_AS_PRIMARY_OUTPUT := true USE_CUSTOM_AUDIO_POLICY := 1 -USE_XML_AUDIO_POLICY_CONF := 1 # Binder API version TARGET_USES_64_BIT_BINDER := true diff --git a/device-common.mk b/device-common.mk index dc96c7f..fc21b6a 100644 --- a/device-common.mk +++ b/device-common.mk @@ -41,8 +41,6 @@ PRODUCT_PACKAGES += \ libaudio-resampler # Audio configuration -USE_XML_AUDIO_POLICY_CONF := 1 - 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 \