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

/build/core/
H A Dbase_rules.mk646 ALL_MODULE_TAGS := $(sort $(ALL_MODULE_TAGS) $(my_module_tags)) macro
652 $(eval ALL_MODULE_TAGS.$(tag) := \
653 $(ALL_MODULE_TAGS.$(tag)) \
H A Ddefinitions.mk46 # to a corresponding ALL_MODULE_TAGS.<tagname> variable
48 ALL_MODULE_TAGS:= macro
50 # Similar to ALL_MODULE_TAGS, but contains the short names
52 # won't have the list of tags; ust ALL_MODULE_TAGS to get
687 $(sort $(foreach tag,$(1),$(ALL_MODULE_TAGS.$(tag))))
703 #TODO(dbort): do $(if $(strip $(1)),$(1),$(ALL_MODULE_TAGS))

Completed in 37 milliseconds