summaryrefslogtreecommitdiffstats
path: root/modules/Android.mk
diff options
context:
space:
mode:
authorAlex Ray <aray@google.com>2013-09-04 23:32:55 -0700
committerAlex Ray <aray@google.com>2013-09-09 23:55:26 -0700
commit09875a2eabe6bc6582b40ab8f1cc9eac9c3901d5 (patch)
tree21df584bbc3f885fbc3dbd48f781eb5dea5cbf6d /modules/Android.mk
parentfe46e6a90675fc637a1482e8dfeb27e374b7600d (diff)
downloadhardware_libhardware-09875a2eabe6bc6582b40ab8f1cc9eac9c3901d5.zip
hardware_libhardware-09875a2eabe6bc6582b40ab8f1cc9eac9c3901d5.tar.gz
hardware_libhardware-09875a2eabe6bc6582b40ab8f1cc9eac9c3901d5.tar.bz2
modules: add demo consumer IR HAL
Change-Id: Iaae40c06af0dc008429d5dee4f45dc0b156957a1
Diffstat (limited to 'modules/Android.mk')
-rw-r--r--modules/Android.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/Android.mk b/modules/Android.mk
index 486b42d..b2d5a2a 100644
--- a/modules/Android.mk
+++ b/modules/Android.mk
@@ -1,2 +1,3 @@
-hardware_modules := gralloc hwcomposer audio nfc nfc-nci local_time power usbaudio audio_remote_submix camera
+hardware_modules := gralloc hwcomposer audio nfc nfc-nci local_time \
+ power usbaudio audio_remote_submix camera consumerir
include $(call all-named-subdir-makefiles,$(hardware_modules))