summaryrefslogtreecommitdiffstats
path: root/modules/Android.mk
diff options
context:
space:
mode:
authorSimon Wilson <simonwilson@google.com>2014-02-06 18:42:17 -0800
committerSimon Wilson <simonwilson@google.com>2014-02-07 18:07:39 -0800
commit907b20aa7475a91a148bb655b0d80cecabb130f6 (patch)
treebdb166867d4912b73bced382509a08fb08344172 /modules/Android.mk
parent8ded7780c6658d6db011f642206726234098388f (diff)
downloadhardware_libhardware-907b20aa7475a91a148bb655b0d80cecabb130f6.zip
hardware_libhardware-907b20aa7475a91a148bb655b0d80cecabb130f6.tar.gz
hardware_libhardware-907b20aa7475a91a148bb655b0d80cecabb130f6.tar.bz2
Initial version of the MCU HAL
Change-Id: Ic88da7e825b67ed64cde4eed3055022daabe9830
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 07fa5ee..f1a6c1c 100644
--- a/modules/Android.mk
+++ b/modules/Android.mk
@@ -1,3 +1,4 @@
hardware_modules := gralloc hwcomposer audio nfc nfc-nci local_time \
- power usbaudio audio_remote_submix camera consumerir sensors vibrator
+ power usbaudio audio_remote_submix camera consumerir sensors vibrator \
+ mcu
include $(call all-named-subdir-makefiles,$(hardware_modules))