Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a728027b authored by dianlujitao's avatar dianlujitao
Browse files

audiopolicy: Remove duplicated AUDIO_FEATURE_ENABLED_PROXY_DEVICE flag

Change-Id: I21ba8b27b7d400511dde6a8dc396e667f578a9de
parent 0d488b9b
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -38,9 +38,6 @@ ifeq ($(call is-vendor-board-platform,QCOM),true)
ifeq ($(strip $(AUDIO_FEATURE_ENABLED_FLAC_OFFLOAD)),true)
LOCAL_CFLAGS     += -DFLAC_OFFLOAD_ENABLED
endif
ifneq ($(strip $(AUDIO_FEATURE_ENABLED_PROXY_DEVICE)),false)
LOCAL_CFLAGS     += -DAUDIO_EXTN_AFE_PROXY_ENABLED
endif
ifeq ($(strip $(AUDIO_FEATURE_ENABLED_WMA_OFFLOAD)),true)
LOCAL_CFLAGS     += -DWMA_OFFLOAD_ENABLED
endif
@@ -79,7 +76,7 @@ LOCAL_SRC_FILES += \
endif #ifeq ($(USE_XML_AUDIO_POLICY_CONF), 1)

ifeq ($(call is-vendor-board-platform,QCOM),true)
ifeq ($(strip $(AUDIO_FEATURE_ENABLED_PROXY_DEVICE)),true)
ifneq ($(strip $(AUDIO_FEATURE_ENABLED_PROXY_DEVICE)),false)
LOCAL_CFLAGS += -DAUDIO_EXTN_AFE_PROXY_ENABLED
endif
endif