More verbose on what the build system is doing
Sometimes users get confused for long time of no message printed to the
screen.
Change-Id: I99d3b2954f3dcba47d5ee5dd9fd760578c0e0192
diff --git a/core/main.mk b/core/main.mk
index 0c8b592..7b6ec2a 100644
--- a/core/main.mk
+++ b/core/main.mk
@@ -481,7 +481,7 @@
subdir_makefiles := \
$(shell build/tools/findleaves.py --prune=$(OUT_DIR) --prune=.repo --prune=.git $(subdirs) Android.mk)
-include $(subdir_makefiles)
+$(foreach mk, $(subdir_makefiles), $(info including $(mk) ...)$(eval include $(mk)))
endif # ONE_SHOT_MAKEFILE