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

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

Colorize more target file output

Change-Id: I25aee19e9a5a06eeeaa4040803c064a140a86778
parent 1665b858
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -118,7 +118,7 @@ $(built_odex): PRIVATE_DEX_PREOPT_FLAGS := $(LOCAL_DEX_PREOPT_FLAGS)
$(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
@@ -225,7 +225,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.