Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 227c8ccd authored by Honghao Liu's avatar Honghao Liu
Browse files

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: default avatarYonghui Zhang <yonghuiz@codeaurora.org>
parent cc8d7f65
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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])