summaryrefslogtreecommitdiffstats
path: root/modules/Android.mk
diff options
context:
space:
mode:
authorWonsik Kim <wonsik@google.com>2014-03-03 11:33:08 +0900
committerWonsik Kim <wonsik@google.com>2014-03-21 14:49:58 +0900
commit0b78afb191aa3c8748bf4837e4693801f3ee762e (patch)
treeec45b804a4016ad3ae1234a65df71164c96f6d51 /modules/Android.mk
parentb52fedf634d5afcd87d0bea1b7eae0e1b6597e7c (diff)
downloadhardware_libhardware-0b78afb191aa3c8748bf4837e4693801f3ee762e.zip
hardware_libhardware-0b78afb191aa3c8748bf4837e4693801f3ee762e.tar.gz
hardware_libhardware-0b78afb191aa3c8748bf4837e4693801f3ee762e.tar.bz2
Initial commit of TV input HAL
HAL for physical TV input such as HDMI-in. The main purpose is to provide sideband video stream source handle to feed SurfaceFlinger and audio related information to feed AudioManager (TBD). Change-Id: I8eeddcd6c63f6f8c0b1e7a87e9a6856baa9ceddd
Diffstat (limited to 'modules/Android.mk')
-rw-r--r--modules/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/Android.mk b/modules/Android.mk
index f1a6c1c..5f1de32 100644
--- a/modules/Android.mk
+++ b/modules/Android.mk
@@ -1,4 +1,4 @@
hardware_modules := gralloc hwcomposer audio nfc nfc-nci local_time \
power usbaudio audio_remote_submix camera consumerir sensors vibrator \
- mcu
+ mcu tv_input
include $(call all-named-subdir-makefiles,$(hardware_modules))