summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDhanalakshmi Siddani <dsiddani@codeaurora.org>2016-12-08 17:37:29 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2017-01-02 08:28:59 -0800
commitedaa1828fadded819c48ecd63e2c524a27e88a6c (patch)
treea7b9e75b19dee0fd9761db4028b6192bc602f9e8 /configure.ac
parentfda291525e19913cd084f9798879ba712d6cf245 (diff)
hal: Enable proxy feature flag
Enable afe proxy feature flag for a2dp src to work CRs-Fixed: 1081411 Change-Id: I30672f5549c49fcd51ffd6ceed2a11c366e7562f
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 0db83d04..188bf15c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -100,6 +100,7 @@ AM_CONDITIONAL([VORBIS_SUPPORT], [test x$AUDIO_FEATURE_ENABLED_EXTN_VORBIS_DECOD
AM_CONDITIONAL([WMA_SUPPORT], [test x$AUDIO_FEATURE_ENABLED_EXTN_WMA_DECODER = xtrue])
AM_CONDITIONAL([COMPRESS_INPUT], [test x$AUDIO_FEATURE_ENABLED_COMPRESS_INPUT = xtrue])
AM_CONDITIONAL([AUDIO_HW_EXTN_API], [test x$BOARD_SUPPORTS_QAHW = xtrue])
+AM_CONDITIONAL([AFE_PROXY], [test x$AUDIO_FEATURE_ENABLED_PROXY_DEVICE = xtrue])
AC_CONFIG_FILES([ \
Makefile \