Searched defs:warning (Results 1 - 2 of 2) sorted by relevance

/build/core/
H A Ddefinitions.mk420 $(warning Empty argument supplied to find-subdir-assets in $(LOCAL_PATH)) \
846 ## Use echo-(warning|error) in a build rule
847 ## Use pretty-(warning|error) instead of $(warning)/$(error)
856 define echo-warning
857 echo -e "$(ESC_BOLD)$(1): $(ESC_WARNING)warning:$(ESC_RESET)$(ESC_BOLD)" $(2) "$(ESC_RESET)" >&2
867 define pretty-warning
868 $(shell $(call echo-warning,$(LOCAL_MODULE_MAKEFILE),$(LOCAL_MODULE): $(1)))
/build/make/core/
H A Ddefinitions.mk420 $(warning Empty argument supplied to find-subdir-assets in $(LOCAL_PATH)) \
846 ## Use echo-(warning|error) in a build rule
847 ## Use pretty-(warning|error) instead of $(warning)/$(error)
856 define echo-warning
857 echo -e "$(ESC_BOLD)$(1): $(ESC_WARNING)warning:$(ESC_RESET)$(ESC_BOLD)" $(2) "$(ESC_RESET)" >&2
867 define pretty-warning
868 $(shell $(call echo-warning,$(LOCAL_MODULE_MAKEFILE),$(LOCAL_MODULE): $(1)))

Completed in 73 milliseconds