summaryrefslogtreecommitdiffstats
path: root/core/binary.mk
diff options
context:
space:
mode:
authorChirayu Desai <chirayudesai1@gmail.com>2012-10-13 13:05:29 +0530
committerAdnan Begovic <adnan@cyngn.com>2015-10-06 16:11:54 -0700
commitad48df475f6d4e3e8c6079da6779e7388d2a4b10 (patch)
treea99ba5c18156b45a63650f404271a8956ae2ee19 /core/binary.mk
parent978e50cc263f244e0f364faa5bc459a814683d33 (diff)
downloadbuild-ad48df475f6d4e3e8c6079da6779e7388d2a4b10.zip
build-ad48df475f6d4e3e8c6079da6779e7388d2a4b10.tar.gz
build-ad48df475f6d4e3e8c6079da6779e7388d2a4b10.tar.bz2
build-with-colors: moar colors
- rename CL_PFX and CL_INS to better match the colors they show. - add more colors. Output of: - most host stuff is yellow - most target stuff is green - installing/copying files is cyan - import/export includes and notice files is cyan - bootimage/recoveryimage is cyan - and some more colors in many places ;) Change-Id: I5532afa4ba608e0a7c408516dc9f912f9ca389f7
Diffstat (limited to 'core/binary.mk')
-rw-r--r--core/binary.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/binary.mk b/core/binary.mk
index b8003d7..6495659 100644
--- a/core/binary.mk
+++ b/core/binary.mk
@@ -925,7 +925,7 @@ import_includes_deps := $(strip \
$(call intermediates-dir-for,STATIC_LIBRARIES,$(l),$(LOCAL_IS_HOST_MODULE),,$(LOCAL_2ND_ARCH_VAR_PREFIX))/export_includes))
$(import_includes): PRIVATE_IMPORT_EXPORT_INCLUDES := $(import_includes_deps)
$(import_includes) : $(LOCAL_MODULE_MAKEFILE) $(import_includes_deps)
- @echo Import includes file: $@
+ @echo -e ${CL_CYN}Import includes file:${CL_RST} $@
$(hide) mkdir -p $(dir $@) && rm -f $@
ifdef import_includes_deps
$(hide) for f in $(PRIVATE_IMPORT_EXPORT_INCLUDES); do \
@@ -1120,7 +1120,7 @@ export_includes := $(intermediates)/export_includes
$(export_includes): PRIVATE_EXPORT_C_INCLUDE_DIRS := $(my_export_c_include_dirs)
# Make sure .pb.h are already generated before any dependent source files get compiled.
$(export_includes) : $(LOCAL_MODULE_MAKEFILE) $(proto_generated_headers)
- @echo Export includes file: $< -- $@
+ @echo -e ${CL_CYN}Export includes file:${CL_RST} $< -- $@
$(hide) mkdir -p $(dir $@) && rm -f $@
ifdef my_export_c_include_dirs
$(hide) for d in $(PRIVATE_EXPORT_C_INCLUDE_DIRS); do \