summaryrefslogtreecommitdiffstats
path: root/core/prebuilt_internal.mk
diff options
context:
space:
mode:
authorScott Mertz <scott@cyngn.com>2015-04-20 10:40:21 -0700
committerAdnan Begovic <adnan@cyngn.com>2015-10-09 17:06:57 -0700
commit6f9f4a766245f0999578e4f62933f7fe6b6c29fd (patch)
tree57ec7d0a682ff9e7037571b8bbe6812d6f4aca64 /core/prebuilt_internal.mk
parent240bcde266867f90d1fd8e03e08932b350ff1c8c (diff)
downloadbuild-6f9f4a766245f0999578e4f62933f7fe6b6c29fd.zip
build-6f9f4a766245f0999578e4f62933f7fe6b6c29fd.tar.gz
build-6f9f4a766245f0999578e4f62933f7fe6b6c29fd.tar.bz2
Colorize more target file output
Change-Id: I25aee19e9a5a06eeeaa4040803c064a140a86778
Diffstat (limited to 'core/prebuilt_internal.mk')
-rw-r--r--core/prebuilt_internal.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/prebuilt_internal.mk b/core/prebuilt_internal.mk
index 0406353..585ead2 100644
--- a/core/prebuilt_internal.mk
+++ b/core/prebuilt_internal.mk
@@ -253,7 +253,7 @@ $(built_apk_splits) : $(built_module_path)/%.apk : $(my_src_dir)/%.apk | $(ACP)
# Rules to install the split apks.
$(installed_apk_splits) : $(my_module_path)/%.apk : $(built_module_path)/%.apk | $(ACP)
- @echo "Install: $@"
+ @echo -e ${CL_CYN}"Install: $@"${CL_RST}
$(copy-file-to-new-target)
# Register the additional built and installed files.