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

Commit 6f9f4a76 authored by Scott Mertz's avatar Scott Mertz Committed by Adnan Begovic
Browse files

Colorize more target file output

Change-Id: I25aee19e9a5a06eeeaa4040803c064a140a86778
parent 240bcde2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -108,7 +108,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
@@ -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.