Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e43e164e authored by Scott Mertz's avatar Scott Mertz
Browse files

Colorize more target file output

Change-Id: I25aee19e9a5a06eeeaa4040803c064a140a86778
parent aae837f9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -99,7 +99,7 @@ ifdef built_odex
$(installed_odex) : $(dir $(LOCAL_INSTALLED_MODULE))%$(notdir $(word 1,$(installed_odex))) \
                  : $(dir $(LOCAL_BUILT_MODULE))%$(notdir $(word 1,$(built_odex))) \
    | $(ACP)
	@echo "Install: $@"
	@echo -e ${CL_CYN}"Install: $@"${CL_RST}
	$(copy-file-to-target)
endif

+1 −1
Original line number Diff line number Diff line
@@ -212,7 +212,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.