summaryrefslogtreecommitdiffstats
path: root/core/dex_preopt.mk
diff options
context:
space:
mode:
authorChirayu Desai <chirayudesai1@gmail.com>2012-10-13 13:05:29 +0530
committerRicardo Cerqueira <cyanogenmod@cerqueira.org>2012-11-17 17:59:48 +0000
commit8807b5b11bfbad00b97b42b2593fb30b93e7460f (patch)
tree43cede08c8965d85e4a7ee199f987cb35e66739f /core/dex_preopt.mk
parent37b3074a2096d45f5930a6cf08a361879d1a2dcf (diff)
downloadbuild-8807b5b11bfbad00b97b42b2593fb30b93e7460f.zip
build-8807b5b11bfbad00b97b42b2593fb30b93e7460f.tar.gz
build-8807b5b11bfbad00b97b42b2593fb30b93e7460f.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/dex_preopt.mk')
-rw-r--r--core/dex_preopt.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/dex_preopt.mk b/core/dex_preopt.mk
index 4c51b10..6c7b946 100644
--- a/core/dex_preopt.mk
+++ b/core/dex_preopt.mk
@@ -48,7 +48,7 @@ $(eval _dbj_jar_no_dex := $(DEXPREOPT_BOOT_JAR_DIR_FULL_PATH)/$(1)_nodex.jar)
$(eval _dbj_src_jar := $(call intermediates-dir-for,JAVA_LIBRARIES,$(1),,COMMON)/javalib.jar)
$(eval $(_dbj_odex): PRIVATE_DBJ_JAR := $(_dbj_jar))
$(_dbj_odex) : $(_dbj_src_jar) | $(ACP) $(DEXPREOPT) $(DEXOPT)
- @echo "Dexpreopt Boot Jar: $$@"
+ @echo -e ${CL_GRN}"Dexpreopt Boot Jar:"${CL_RST}" $$@"
$(hide) rm -f $$@
$(hide) mkdir -p $$(dir $$@)
$(hide) $(ACP) -fp $$< $$(PRIVATE_DBJ_JAR)