summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorVarun Balaraj <varunb@codeaurora.org>2017-03-27 12:47:39 +0530
committerGarmond Leung <garmondl@codeaurora.org>2017-09-05 11:38:07 -0700
commitd0ec32ef2509ca038490d1fb6eb1e2d0ded003af (patch)
tree6a5735ec3934de80d04af6365bf0e2143154fbce /configure.ac
parent2fab689547ed5a7d9a866f7054856dc7ab90fade (diff)
downloadandroid_hardware_qcom_audio-d0ec32ef2509ca038490d1fb6eb1e2d0ded003af.tar.gz
android_hardware_qcom_audio-d0ec32ef2509ca038490d1fb6eb1e2d0ded003af.tar.bz2
android_hardware_qcom_audio-d0ec32ef2509ca038490d1fb6eb1e2d0ded003af.zip
hal : Test to receive events from kernel
- Test app to wait for events of Hdmi-in connection state, audio present state, sample rate changes. - Added code to send edid data by using sysfs exposed by kernel. Change-Id: Ia68df476397e8aed2aba299337377fe948ff9434
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ffa5f8c9..da395273 100644
--- a/configure.ac
+++ b/configure.ac
@@ -120,7 +120,8 @@ AC_CONFIG_FILES([ \
hal/Makefile \
post_proc/Makefile \
qahw_api/Makefile \
- qahw_api/test/Makefile
+ qahw_api/test/Makefile \
+ hdmi_in_test/Makefile
])
AC_OUTPUT