Merge "Fix make warning/error colors on Mac" am: a46695c337 am: 6ee5e52f77

am: c9b89ad0fe

Change-Id: I2349136dcf43dd0336bbb8638bd03eab84082f2f
This commit is contained in:
Dan Willemsen 2017-06-01 08:34:58 +00:00 committed by android-build-merger
commit 9afb656369
1 changed files with 4 additions and 4 deletions

View File

@ -846,10 +846,10 @@ endef
## Use echo-(warning|error) in a build rule
## Use pretty-(warning|error) instead of $(warning)/$(error)
###########################################################
ESC_BOLD := \e[1m
ESC_WARNING := \e[35m
ESC_ERROR := \e[31m
ESC_RESET := \e[0m
ESC_BOLD := \033[1m
ESC_WARNING := \033[35m
ESC_ERROR := \033[31m
ESC_RESET := \033[0m
# $(1): path (and optionally line) information
# $(2): message to print