From 172f5f57460001b78e100cefa584d8e91738e48a Mon Sep 17 00:00:00 2001 From: Ying Wang Date: Wed, 31 Jul 2013 12:18:36 -0700 Subject: [PATCH] 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 --- core/main.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/main.mk b/core/main.mk index 0c8b592a9..7b6ec2ab0 100644 --- a/core/main.mk +++ b/core/main.mk @@ -481,7 +481,7 @@ else # ONE_SHOT_MAKEFILE 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 -- 2.11.0