Searched defs:modules (Results 1 - 3 of 3) sorted by relevance

/build/core/tasks/
H A Dide.mk21 define filter-ide-modules
31 eclipse_project_modules := $(call filter-ide-modules,ECLIPSE,$(eclipse_project_goals))
/build/core/
H A Dmain.mk453 # Bring in all modules that need to be built.
488 # Change CUSTOM_MODULES to include only modules that were
490 # modules as a side-effect. Do this after including ONE_SHOT_MAKEFILE
491 # so that the modules will be installed in the same place they
493 CUSTOM_MODULES := $(sort $(call get-tagged-modules,$(ALL_MODULE_TAGS)))
554 # just bare module names. Leave unknown modules alone in case
563 # Define dependencies for modules that require other modules.
569 # BUG: the system image won't know to depend on modules that are
570 # brought in as requirements of other modules
[all...]
H A Ddefinitions.mk520 ## into the list of files that are built for those modules.
531 ## Convert a list of short modules names (e.g., "framework", "Browser")
532 ## into the list of files that are installed for those modules.
543 ## Convert a list of short modules names (e.g., "framework", "Browser")
546 ## TODO: Allow this for more than JAVA_LIBRARIES modules
686 define modules-for-tag-list
690 # Same as modules-for-tag-list, but operates on
705 define get-tagged-modules
707 $(call modules-for-tag-list,$(2)), \
708 $(call modules
[all...]

Completed in 82 milliseconds