HomeSort by relevance Sort by last modified time
    Searched refs:ALL_MODULE_TAGS (Results 1 - 3 of 3) sorted by null

  /build/core/
base_rules.mk 514 ALL_MODULE_TAGS := $(sort $(ALL_MODULE_TAGS) $(LOCAL_MODULE_TAGS))
520 $(eval ALL_MODULE_TAGS.$(tag) := \
521 $(ALL_MODULE_TAGS.$(tag)) \
main.mk 470 CUSTOM_MODULES := $(sort $(call get-tagged-modules,$(ALL_MODULE_TAGS)))
696 unbundled_build_modules := $(sort $(call get-tagged-modules,$(ALL_MODULE_TAGS)))
783 @echo "$(call module-names-for-tag-list,$(ALL_MODULE_TAGS))" | \
definitions.mk 46 # to a corresponding ALL_MODULE_TAGS.<tagname> variable
48 ALL_MODULE_TAGS:=
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
571 $(sort $(foreach tag,$(1),$(ALL_MODULE_TAGS.$(tag))))
587 #TODO(dbort): do $(if $(strip $(1)),$(1),$(ALL_MODULE_TAGS))
    [all...]

Completed in 156 milliseconds