Initial version of the MCU HAL
Change-Id: Ic88da7e825b67ed64cde4eed3055022daabe9830
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))