summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorHonghao Liu <honghaol@codeaurora.org>2017-08-30 16:18:27 -0400
committerHonghao Liu <honghaol@codeaurora.org>2018-01-31 15:19:27 -0500
commit227c8ccded73ddf65074a5c74014de715ea7817f (patch)
treed29d72e8f1dd048947ca2b7487ac2f17c5bf8af7 /configure.ac
parentcc8d7f658a6e66e8cb660b2c450b60cf3b707107 (diff)
downloadandroid_hardware_qcom_audio-227c8ccded73ddf65074a5c74014de715ea7817f.tar.gz
android_hardware_qcom_audio-227c8ccded73ddf65074a5c74014de715ea7817f.tar.bz2
android_hardware_qcom_audio-227c8ccded73ddf65074a5c74014de715ea7817f.zip
hal: update build file to support automotive virtual target
Update the audio HAL autoconf script to support automotive virtual target. Change-Id: Ib72c7ff863d24d56c22f25c73e7bec8a01b421d6 Signed-off-by: Yonghui Zhang <yonghuiz@codeaurora.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index c3c0e345..33d5b278 100644
--- a/configure.ac
+++ b/configure.ac
@@ -77,6 +77,10 @@ if (test x$TARGET_SUPPORT = xsdxpoorwills); then
AC_SUBST([TARGET_PLATFORM], ["msm8974"])
TARGET_CFLAGS="-DPLATFORM_SDX24"
fi
+if (test x$TARGET_SUPPORT = x8x96autogvmquintcu); then
+ AC_SUBST([TARGET_PLATFORM], ["msm8974"])
+ TARGET_CFLAGS="-DPLATFORM_MSM8996"
+fi
AC_SUBST([TARGET_CFLAGS])
AM_CONDITIONAL([QTI_AUDIO_SERVER_ENABLED],[test x$BOARD_SUPPORTS_QTI_AUDIO_SERVER = xtrue])