From f45ba7f3ce8e844f35129ac576ec8c581dfe337f Mon Sep 17 00:00:00 2001 From: Steve Kondik Date: Wed, 16 Dec 2015 17:28:32 -0500 Subject: audiopolicy: Set sane defaults for QC audio features Change-Id: If91536d2be0165c90effccdfa2b92722223eb905 --- services/audiopolicy/common/managerdefinitions/Android.mk | 2 +- services/audiopolicy/enginedefault/Android.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'services/audiopolicy') diff --git a/services/audiopolicy/common/managerdefinitions/Android.mk b/services/audiopolicy/common/managerdefinitions/Android.mk index f88b72c..5ef9b38 100644 --- a/services/audiopolicy/common/managerdefinitions/Android.mk +++ b/services/audiopolicy/common/managerdefinitions/Android.mk @@ -34,7 +34,7 @@ LOCAL_EXPORT_C_INCLUDE_DIRS := \ ifeq ($(strip $(AUDIO_FEATURE_ENABLED_FLAC_OFFLOAD)),true) LOCAL_CFLAGS += -DFLAC_OFFLOAD_ENABLED endif -ifeq ($(strip $(AUDIO_FEATURE_ENABLED_PROXY_DEVICE)),true) +ifneq ($(strip $(AUDIO_FEATURE_ENABLED_PROXY_DEVICE)),false) LOCAL_CFLAGS += -DAUDIO_EXTN_AFE_PROXY_ENABLED endif ifeq ($(strip $(AUDIO_FEATURE_ENABLED_WMA_OFFLOAD)),true) diff --git a/services/audiopolicy/enginedefault/Android.mk b/services/audiopolicy/enginedefault/Android.mk index de84e96..f6ffa2a 100755 --- a/services/audiopolicy/enginedefault/Android.mk +++ b/services/audiopolicy/enginedefault/Android.mk @@ -32,7 +32,7 @@ LOCAL_C_INCLUDES := \ $(TOPDIR)frameworks/av/services/audiopolicy/common/include 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 -- cgit v1.1