summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@quicinc.com>2018-02-08 02:10:30 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2018-02-08 02:10:30 -0800
commitd271f160a8a7864571df3d8953e377fadee13c74 (patch)
tree470064e16d53eba6aa89eb129c762427532938de /configure.ac
parent30bb7b0b0d4c1f0801fdb43cc6acdbd253383faf (diff)
parent227c8ccded73ddf65074a5c74014de715ea7817f (diff)
downloadandroid_hardware_qcom_audio-d271f160a8a7864571df3d8953e377fadee13c74.tar.gz
android_hardware_qcom_audio-d271f160a8a7864571df3d8953e377fadee13c74.tar.bz2
android_hardware_qcom_audio-d271f160a8a7864571df3d8953e377fadee13c74.zip
Merge "hal: update build file to support automotive virtual target"
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 f9f36e3e..a84e2cd4 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])