diff options
Diffstat (limited to 'modules/Android.mk')
-rw-r--r-- | modules/Android.mk | 3 |
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)) |