summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSidipotu Ashok <sashok@codeaurora.org>2017-10-10 22:27:51 +0530
committerDhanalakshmi Siddani <dsiddani@codeaurora.org>2017-11-16 11:08:30 +0530
commit404f26d1f68e5cf7cfd120ef3ae191356d5eb535 (patch)
treed918d3054f364800304adb727002fee037904fe7 /configure.ac
parent386d1871308e018cc5180e0d62863b2fac63e412 (diff)
qahw: Add binder support for Audio HAL
- Bring in a new cpp source file which HAL clients talk to - This code in turn makes the binder proxy/clients side calls - The binder server calls into the existing qahw.c Change-Id: I45625bcb2d8a2eb858c68d24f0cad3202d754244
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 9a174580..805d00c8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -75,6 +75,7 @@ if (test x$TARGET_SUPPORT = xapq8098); then
fi
AC_SUBST([TARGET_CFLAGS])
+AM_CONDITIONAL([QTI_AUDIO_SERVER_ENABLED],[test x$BOARD_SUPPORTS_QTI_AUDIO_SERVER = xtrue])
AM_CONDITIONAL([QAHW_SUPPORT], [test x$BOARD_SUPPORTS_QAHW = xtrue])
AM_CONDITIONAL([HDMI_EDID], [test x$AUDIO_FEATURE_ENABLED_HDMI_EDID = xtrue])
AM_CONDITIONAL([FM_POWER_OPT], [test x$AUDIO_FEATURE_ENABLED_FM_POWER_OPT = xtrue])